/** @format */

* {
 text-align: center;
 margin: 10px 0px;
 background-color: black;
 opacity: 1;
}

#banner {
 font-family: "Saira Stencil", sans-serif;
 opacity: 1;
 width: 100%;
 font-size: 2em;
 color: cadetblue;
 margin: auto;
 display: flex;
 flex-direction: column;
 text-shadow: #ffcc00 1px 0 10px;
}

#about_container {
 width: 85%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 border-bottom: 2px solid rgb(75, 173, 92);
 margin: 20px auto;
}

.about {
 margin-bottom: 20px;
 font-size: 1.2em;
 color: beige;
 width: 100%;
 opacity: 0.8;
 font-family: sans-serif, Arial;
}

.footer {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 padding: 10px 0px;
 font-family: sans-serif, Arial;
}

.footer a {
 color: beige;
 text-decoration: none;
}

.footer a:hover {
 color: aqua;
 text-decoration: underline;
}
