html {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(to top, rgb(71, 71, 71), #d1d0d0);
}

a{
    display: flex;
    color: rgb(0, 0, 0);
    justify-content: center;
}

a:hover{
    color: rgba(114, 210, 221, 0.382)
}

h3{
    text-decoration: underline;
}

div{
    font-size: large;
}

i{
    display: flex;
    color: rgb(0, 0, 0);
    justify-content: center;
}
