body{
    display: flex;
    max-height: 100vh;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}

*{
    margin: 0;
    padding: 0;
}
a{
    color: white;
}
