body{
    background-image: linear-gradient(to bottom, #cbbbbb, #e0c2b3, #e3d0a7, #cde4aa, #9ef8c9);
    min-height: 95vh;
}

main{
  min-height: 65vh;  

}

i{
    color: black;
    transition: 0.3s;
}

i:hover{
    transform: scale(1.2);
    transition: 0.3s;
}

#refresh{
    text-decoration: none;
    color: black;
    font-size: 2rem;
    margin: 0 0 1rem 0;
    font-weight: 700;
    transition: 0.3s;
}

#refresh:hover{
    transition: 0.3s;
    transform: scale(1.2);
}