html {
    /*background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgb(17 18 18) 35%, rgba(27,31,31,1) 100%);*/
}

body {
    align-items: center;
}

button#home-create-button {
    padding: 20px;
}

#framed-phone-screenshot, #framed-phone-screenshot-2, .framed-phone-screenshot-container {
    max-width: 250px;
    width: 40vw;
    min-width: 175px;
    border-radius: 21px;
    aspect-ratio: 1522 / 3290;

}

.framed-phone-screenshot-container {
    margin: 0 0 0 0;
    border: 1px solid #464552;
}

#about-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#about-container > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    flex-wrap: wrap;
    padding: 25px 0;
}

#join-container form {
    margin: 0;
}

#about-container h2 {
    max-width: 17em;
    font-size: 22px;
    border-left: 1px solid #bababa;
    padding: 15px;
    margin: 0 15px;
}

#about-container div:nth-child(2) h2 {
    margin-bottom: 2em;
}

#homepage-logos {
    display: flex;
    align-items: center;
}

#home-page-top-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #0f0f10;
}

form {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

a button {
    text-shadow: 0 3px 4px rgb(0 0 0 / 85%);
}

#join-button {
    min-width: 6em;
    max-height: 3em;
    background-color: #1c8a36;
    color: #e7e7e7;
    font-size: 16px;
}

#join-button:hover {
    background-color: #326243;
    border: 3px solid #1c8a36;
}

#join-form div:nth-child(1) {
    margin-right: 0.5em;
}

h3 {
    font-size: 20px;
    margin-bottom: 1em;
    padding: 1em;
    max-width: 23em;
    font-family: 'signika-negative', sans-serif;
}

img[src='../images/new-logo.png'], #new-logo-container {
    max-width: 250px;
    width: 25vw;
    min-width: 150px;
    margin: 1em 0 1em 0;
    aspect-ratio: 500 / 641;
}

h3 a {
    color: #768df0;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'signika-negative', sans-serif;
    width: fit-content;
}

h3 a:hover {
    color: gray;
}

form > div {
    margin: 15px 0;
}

#create-join {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 1em;
}

#join-container {
    max-width: 90%;
    border: 1px solid #55555599;
    background: #5555555c;
    padding: 0.5em;
    border-radius: 5px;
    margin: 20px
}

#join-container > label {
    font-size: 35px;
    font-family: 'signika-negative', sans-serif;
    color: #e7e7e7;
    filter: drop-shadow(2px 2px 4px black);
}

#room-code {
    background-color: #1e1e1e;
}

label[for="room-code"], label[for="player-name"] {
    margin-right: 0.5em;
}

@media (min-width: 700px) {
    button#home-create-button {
        font-size: 30px;
    }
}

@media (max-width: 701px) {
    button#home-create-button {
        font-size: 5vw;
        padding: 15px;
    }

    img[src='../images/new-logo.png'], #new-logo-container {
        margin: 1em 0 0 0;
    }

    #join-container > label {
        font-size: 26px;
    }

    #room-code {
        max-width: 9em;
    }

    #about-container h2 {
        font-size: 18px;
        margin: 0 15px 20px 15px;
    }
}
