*,
html{
    margin: 0;
    padding: 0;
}
body{
    background-color: whitesmoke;
}
.container-navbar {
    background-color: blue;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ul-navbar{
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
}
.a-navbar {
    color: antiquewhite;
    text-decoration: none;
}
.li-navbar {
    font-size: 30;
    list-style-type: none;
    padding:25px;
    margin: 5px;
    color: white;
}
.li-navbar:hover{
    background-color: red;
    transition: .5s ease-in-out;
    transition-delay: .1s;
}
.container-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-content {
    width: 100%;
    height: auto;
}
.container-content1end {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.container-h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: blue;
    text-decoration: none;
}
.ul-content1end{
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.li-content1end {
    font-size: 30;
    list-style-type: none;
    margin: 5px;
    color: #4721f2;
}
.container-content2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-content2{
    width: 100%;
    height: auto;
}
.iframe-footer{
    height: 80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-content {
    display: flex;
    height: 35px;
    justify-content: center;
    align-items: center;
}
.div-footer-containerend {
    background-color: blue;
    width: 100%;
    height: 200px;
    padding-left: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.ul-footer {
    color: antiquewhite;
    text-decoration: none;
}
.li-footer{
    color: white;
    list-style-type: none;
    text-decoration: none;
}