body{
    background: #000;
    height: 100vh;
    display: grid;
    align-items: center;
    justify-content: center;
}

.content{
    color: #fff;
    font-family: Tahoma;
    text-align: center;
}

.content h1{
    font-weight: 500;
    margin-bottom: 50px;
}

.content p{
    font-size: 20px;
}

.content span{
    color: #ff0;
}