* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #2c2c2c;
    width: 100%;
    height: 100vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container {
    height: 900px;
    padding: 10px;
    align-items: center;
    background-color: #a5a27b;
    background-color: #5fa79b;
    width: 950px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 10px #faea0f dashed;
    border: 10px #20ebc9 dashed;
    border-radius: 20px;
    box-shadow: #ffd92f 0 0 300px;
    box-shadow: #129ba5 0 0 300px;
}

.container-button {
    margin-top: 3vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

h1 {
    color: white;
    text-shadow: #40411c 0px 2px 10px;
    text-shadow: #1c413f 0px 2px 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 80px;
    height: 500px;
    width: 100%;
    font-weight: 700;
}

button {
    font-size: 40px;
    width: 300px;
    border: outset 7px #e4d507;
    border: outset 7px #07e4b4;
    background-color: #d1c735;
    background-color: #3ccfb7;
    color: #3b3636;
    color: #4f5f5f;
    border-radius: 70px;
    padding: 30px;
    margin: 0;
    display: block;
    text-align: center;
}

button:active {
    border: inset 7px #e4d507;
    border: inset 7px #07e4bf;
    background-color: #86802b;
    background-color: #2da18e;
    color: #e2d518;
    color: #18e2b6;
}

label {
    font-size: 30px;
    margin-top: 4vh;
    margin-bottom: 2vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

.text-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

#word-input {
    padding: 10px;
    font-size: 20px;
    height: 45px;
    width: 300px;
    border-radius: 7px;
    border: #86802b 3px solid;
    border: #2b867a 3px solid;
    background-color: #ececea;
    margin-bottom: 7px;
}

.sub-btn {
    display: flex;
    justify-content: center;
}

#click-submit {
    padding: 0;
    font-size: 20px;
    height: 30px;
    width: 80px;
    border: solid 2px #2e2e2e;
    border: solid 2px #4f6a75;
    border-radius: 5px;
}

colorpalette yellow {
    background-color: #a5a27b;
    background-color: #faea0f;
    background-color: #e4d507;
    background-color: #d1c735;
    background-color: #e4d507;
    background-color: #86802b;
    background-color: #e2d518;
    background-color: #86802b;
    background-color: #2e2e2e;
}

.footer {
    color: #98bcbe;
    height: 99.6%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 0;
}