* {
    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;
}
#header {
    background-color: #c7ebfc;
    color: #000000;
}
h1 {
    font-size: x-large;
    color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    justify-content: center;
    /* top | right | bottom | left */
    margin: 25px 0px 0px 0px;
}
h2 {
    color:black;
    display: flex;
    justify-content: center;
    padding: 0px 0px 10px 0px;
}
#meat {
    background-color: #c7ebfc;
    color: #000000;
    padding: 10px;
    width: auto;
    margin: 10px 0px 40px 0px;
    height: 25%;
}
#meat p {
    font-size: large;
    text-indent: 40px;
}
#meat a {
    color: blueviolet;
    font-style: italic;
    text-decoration: underline;
}
.button {
    background-color: blue;
    color: silver;
    border: 2px solid black;
    padding: 10px 5px 10px 5px;
    margin: 10px 0px 10px 45%;
    font-size: 20px;
    justify-items: center;
}
.button:hover {
    background-color: gold;
    color:#000000;
    border: 2px solid gold;
}
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;
}