* {
    margin: 0px;

}
#opening {
    height: 65vh;
    background-color: #c7ebfc;
    padding: 0%;
}
#badge {
    margin-top: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-color:#c7ebfc;
}
#badge img {
    margin: 105px 0px 0px 25px;
    width: fit-content;
}
#vision {
    padding: 30px 0px 0px 10px;
}
h1 {
    font-size: 30px;
    color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-content: center;
    /* top | right | bottom | left */
    margin: 25px 0px 0px 0px;
}
#mission {
    padding-bottom: 60px;
}
h2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 25px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 10px;
}
body {
    background-color: #c7ebfc;
    color:black;
    margin: auto;
}
footer {
    margin: 10px 0px 10px 0px;
    background-color: blue;
    padding: 10px;
    z-index: 0;

}
footer a {
    color: gold;
    text-decoration: underline;
    position: relative;
    clear: both;
}