body{
    background:#111111;
    height:100vh;
    margin:0;
    width:100vw;
}
main{
    align-items:center;
    color:#57F527;
    display:flex;
    flex-direction:column;
    height:100vh;
    justify-content:center;
    width:100vw;
}