body{
    width: 100%;
    height: 100%;
    margin: 0%;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #ffd000;
}

#text{
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

#text h2{
    color: black;
    font-weight: 500;
    text-align: center;
}