body{
    background-color: black;
}

h1{
    color: white;
    font-size: 10 rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    margin-top: 10rem;
}