*{
    margin: 0;
}
html{
    display: flex;
    justify-content: center;
    height: 100%;
    background-color: white;
    align-items: center;
}
a{
    font-size: 40px;
    text-decoration: none;
    color: black;
    padding: 45px;
}