* {
    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;
}
#heading {
    height: 25vh;
    background-color: #c7ebfc;
    padding: 0%;
}
/* top | right | bottom | left */
#header {
    padding: 85px ;
    display: flex;
    justify-content: center;
    background-color: #c7ebfc;
}
#note {
    background-color: #c7ebfc;
    color: #000000;
    display: flex;
    justify-content: center;
    font-size: large;
    padding: 15px;
    width: auto;
    margin: 0%;
}
h2 {
    background-color: #c7ebfc;
    color: black;
    display: flex;
    justify-items: center;
    padding: 5px;
}
#contract p {
    padding: 15px;
}
#service {
    width: 100%;
    height: fit-content;
    color: black;
    background-color: #c7ebfc;
}
#service li {
    color: black;
    padding: 5px;
}
h3 {
    padding: 10px;
}
#research a {
    color: blueviolet;
    text-decoration: underline;
    position: relative;
    clear: both;
}
body {
    background-color: #c7ebfc;
    color:black;
    margin: auto;
}
footer {
    margin: 10px 0px 10px 0px;
    background-color: blue;
    padding: 5px;
    z-index: 0;
    position: relative;
    left: 0;

}
footer a {
    color: gold;
    text-decoration: underline;
    position: relative;
    clear: both;
}