*,
html {
    margin: 0%;
    padding: 0;
}

.div-containertitle {
    font-size: 30px;
    background-color: rgb(124, 124, 118);
    image-rendering: auto;
    TEX
}

.ul-containertitle {
    height: 10vh;
    color: rgb(12, 11, 11);
    display: flex;
    align-items: center;
    justify-content:left;
    
}

.li-containertitle {
    list-style-type:none;
    font-size: 50px;
    padding:10px;
    margin: 5px;
    
}

.container-navbar {
    background-color: rgb(66, 65, 63);
    height:10vh;
    align-items: center;
}

.ul-navbar {
display: flex;
height: 50px;
justify-content: center;
}

.li-navbar {
list-style-type:none;
padding:10px;
margin: 5px;
color: beige;
font-size: 23px;
}

.li-navbar:hover {
    background-color: rgb(31, 30, 29);
    transition: .5s ease-in-out;
    transition-delay: .3s;
    border-radius: 7px;
}

.a-navbar {
    color: aliceblue;
    text-decoration: none;
}

.container-content {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.a-content {
    width: 80%;
    height: 90%;
}

.img-content {
    width: 100%;
    height: 100%;
}

.container-footer {
    font-size: 15px;
    background-color: rgb(51, 47, 47);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    color: aliceblue;
    list-style-type:none;
}

.h3-footer {
    padding:10px;
    margin: 5px;
    color: beige;
    font-size: 23px;
}

.a-footer {
    color: aliceblue;
    text-decoration: none;
}

.h3-footer:hover {
    background-color: rgb(31, 30, 29);
    transition: .5s ease-in-out;
    transition-delay: .3s;
    border-radius: 7px;
}
