*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
::-webkit-scrollbar{
    width: 0px;
    height: 0px;
}
img{
    width: 100vw;
}
#acesse {
    display: block;
    background-color: darkred;
    padding: 20px;
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
    color: white;
}
#acesse:hover{
    background-color: red;
}
footer{
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgb(0, 0, 0);
    color: white;
    text-align: center;
    line-height: 50px;
}
footer i{
    color: white;
    text-decoration: none;
    padding: 5px 30px;
    transition: background-color .5s, color .5s;
}
footer i:hover{
    border-radius: 5%;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
}