#icoYoutubeBottom, #icoInstagramBottom {
    width: 40px;
}
footer{
    padding: 0;
    margin: 0;
}
footer p{
    color: aliceblue;
    text-decoration: none;
}
footer a{
    color: #00ffff;
    text-decoration: none;
}
#menuBottom{
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 30px 0 30px 0;
    background-color: black;
}
#containerMenuBottom{
    display: flex;
    align-items: center;
}
#menuBottom div div{
    flex: 1;
}
#menuBottom ul li{
    display: inline;
    margin: 20px;
}
#menuBottom ul li a{
    color: white;
}
#logoBottom{
    width: 150px;
    height: auto;
}
#copyright{
    font-size: 15pt;
    margin-left: 10px;
    margin-right: 10px;
}