*,
html {
margin: 0;
padding: 0;
}

body {
    background-color: pink;
}
.container-navbar {
    background-color: white;
    width: 100%;
    height: 100px;
}
.ul-navbar {

    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;

}
.li-navbar {
    list-style-type: none;
    padding: 20px;
    color: #111;
    margin-top: 5px;
    font-size: 30px;

}
.li-navbar:hover {
    background-color: pink;
    transition: .5s ease-in-out;
    transition-delay: .3s;
    border-radius: 8px;
}

.a-navbar {
    color: blue;
    text-decoration: none;
    font-weight: 800;
}

.container-content-1 {
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-content {
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 30px;
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 80px;
    box-shadow: 5px 5px 0px 0px #289FED, 10px 10px 0px 0px #5FB8FF, 15px 15px 0px 0px #A1D8FF, 20px 20px 0px 0px #CAE6FF, 25px 25px 0px 0px #E1EEFF, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: 5px 5px 0px 0px #289FED, 10px 10px 0px 0px #5FB8FF, 15px 15px 0px 0px #A1D8FF, 20px 20px 0px 0px #CAE6FF, 25px 25px 0px 0px #E1EEFF, 5px 5px 15px 5px rgba(0,0,0,0);
}


.img-content-1 {
    width: 30%;
    height: 30%;
}

.container-content-2 {
    background-color: pink;
    display: flex;
    justify-cintent: center;
    align-items: center;
}
.h4-content-1 (
    font-size: 40px;
    color: white;

)
