.overall1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.mainContainer1 {
    margin: 5vw;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
    width: 50vw;
    background-color: #1F4690;
    text-align: center;
    padding: 3vw;
    border-radius:30px;
    margin-top: 0;
}

body{
    margin: 10px;
    background-color: #231955;
}

#play, #submit, #multiplayer, #formButton, #vocabButton, #speedButton {
    width: 150px;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    margin-top: 0;
    background: #E8AA42;
    border-radius: 30px;
    border-color:rgb(164, 164, 164);
    color:initial;
}
#textarea {
    width: 20vw;
}
hr {
    height: 1px;
    background-color: black;
    width: 90%;
}
#customize-button {
    display: flex;
    border: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    background: transparent;
    font-weight: bold;
    color: #E8AA42;
}
#gear-icon {
    width: 40px;
    height: 40px;
    
}


#settings-container {
    position: absolute;
    width: 100%;
    height: 110%;
    color: white;
    background-color: rgba(20, 20, 20, 0.8);
}
#settings-menu {
    position: absolute;
    width: 60%;
    height: 60%;
    background-color: #FFE5B4;
}

p, h1, h2, h3, h4, h5{
    color:white;
}

.miniBar{
    display:flex;
    flex-direction:row;
    column-gap: 10px;
    margin-bottom:10px;
    justify-content:center;
}

.multiplayerOptions{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-content:center;
    /* width:50%; */
    margin-top:10px;
    margin-bottom:10px;
}

button {
    width: 75px;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    margin-top: 1vw;
    background: #7d2424;
    color:white;
    border-radius: 10px;
    border-color:rgb(164, 164, 164);
}

#readyButton{
    width: 300px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin-top: 2vw;
    background: red;
    border-radius: 15px;
    border-color:rgb(164, 164, 164);
    color:initial;
}
#logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}
#logo {
    width: 40vw;
    padding: 0;
    margin: 0;
}



















/* .waiting{
    display:flex;
    flex-direction:row;
    margin-right:'10px';
}

.waitingIcon{
    width:30px;
    height:30px;

} */