.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hidden-button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: hidden;
}

h1 {
    color: white;
}

.description-box {
    background-color: #353535;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    min-height: 5px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    gap: min(5px, 5vh);
    border-radius: 10px;
}

.scary-button {
    border-radius: 5px;
    border: none;
    padding: 5px;
    background-color: #af0000;
    color: rgb(222, 222, 222);
    outline: 1.5px solid red;
}

.invisible-button {
    background-color: #bfbfbf00;
    border: none;
}

.pfc {
    right: 100px;
    position: absolute;
    min-height: 30px;
    min-width: 30px;
    background-color: #2f2f2f;
    right: 5px;
    border-radius: 20px;
}

h2 {
    color: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    margin: 0 auto;
    padding: 0;
}

.game-box {
    max-width: 90%;
    background-color: dimgrey;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 0px 7px #f2ff00;
    flex-direction: column;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
}

.below-options {
    width: 100%;
    height: 24px;
    background-color: #2e2e2e;
}

.icon {
    text-decoration: none;
    color: red;
    height: 20px;
    width: 20px;
}

.gam-desc {
    z-index: 2;
    color: white;
    text-align: center;
    transform: translate(0px, 39px);
}

h1 {
    font-family: Arial, "Helvetica";
}

.scary-button {
    border-radius: 5px;
    border: none;
    padding: 5px;
    background-color: #af0000;
    color: rgb(222, 222, 222);
    outline: 1.5px solid red;
}