body {
    margin: 0;
    font-family: "Georgia", serif;
    background-color: rgba(122, 121, 121, 1);
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}
body::-webkit-scrollbar {
    display: none;
}
html {
    height: 100%;
    margin: 0;
}
.bg {
    background: linear-gradient(
        133deg,
        rgb(255 255 255 / 53%) 0%,
        rgb(54 54 54) 29%,
        rgb(16 16 16) 100%
    );
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
}
.bgImage {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1110px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}
.centerItem {
    align-self: center;
}
.content {
    position: relative;
}
.extension {
    height: 50vh;
}
.flexContainerColumn {
    margin-left: 25%;
    margin-right: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: space-around;
    gap: 0.3rem;
}
.flexContainerRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-self: center;
    gap: 1.5rem;
    max-width: 85%;
}
.large {
    font-size: large;
}
.icon {
    border-radius: 6px;
    border-style: groove;
    border-color: black;
    width: 50px;
    height: 50px;
}
.seHeader {
    font-size: 1.2em;
    text-shadow: 4px 1px 6px black;
    text-align: center;
    display: block;
    text-decoration: none !important;
    padding-top: 10px;
}
.titleColor {
    color: #ff9800;
    text-shadow: 0.5px 0.5px 6px black;
    font-size: xxx-large;
    text-align: center;
}
