﻿body{margin:0;padding:0;overflow:hidden;}

#title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 100px;
border-top: 3px solid black;
}