* {
    margin: 0px;

}
body {
    background-color: #c7ebfc;
    color:black;
    margin: auto;
}
#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;
}
h1 {
    color: black;
    padding: 5px 0px 55px 0px;
    display: flex;
    justify-content: center;
}
#head {
    width: 100%;
    background-color: #c7ebfc;
    height: 10vh;
}
#contact {
    line-height: 1.5em;
    padding: 20px 0px 10px 20px;
    display: flex;
    justify-content: center;
    font-size: x-large;
}
#contact a {
    color: blueviolet;
}
.button {
    background-color: blue;
    color: silver;
    border: 2px solid blueviolet;
    padding: 10px 5px 10px 5px;
    margin: 10px 0px 10px 45%;
    font-size: 20px;
    justify-items: center;
}
.button:hover {
    background-color: blueviolet;
    color:#000000;
    border: 2px solid gold;
}
footer {
    margin: 50px 0px 10px 0px;
    background-color: blue;
    padding: 10px;
    z-index: 0;

}
footer a {
    color: gold;
    text-decoration: underline;
    position: relative;
    clear: both;
}