body {
    margin: 0;
    display: none;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    width: 1920px;
    height: 1080px;
    top: 0;
    left: 50%;
    margin: auto;
    transform-origin: top left;
}

.modal {
    z-index: 2;
    position: absolute;
    background: white;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 70px;
    padding: 25px;
    padding-bottom: 50px;
    box-shadow: 0 0 30px 3px #0000001f;
}

.no-bg {
    background: none;
    box-shadow: none;
}

.nowrap {
    /* white-space: nowrap; */
}

#hit,
#miss,
#drag,
#gameplay,
#checkpoint,
#form-board,
#instructions {
    display: none;
}

.game-btn {
    border: none;
    color: white;
    cursor: pointer;
    position: absolute;
    bottom: -50px;
    font-size: 35px;
    font-weight: 900;
    padding: 15px 50px;
    border-radius: 35px;
    background: #e30c13;
    transform: translate(-50%, -15px);
}

.btn-small {
    font-size: 23px;
    font-weight: 900;
    border-radius: 23px;
    padding: 10px 30px;
    background: #e30c13;
    border: none;
    color: white;
    cursor: pointer;
}

.game-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px, rgba(0, 0, 0, 0.12) 0px -5px 5px, rgba(0, 0, 0, 0.12) 0px 5px 5px, rgba(0, 0, 0, 0.17) 0px 5px 5px, rgba(0, 0, 0, 0.09) 0px -5px 5px;;
}

.btn-small:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px, rgba(0, 0, 0, 0.12) 0px -5px 5px, rgba(0, 0, 0, 0.12) 0px 5px 5px, rgba(0, 0, 0, 0.17) 0px 5px 5px, rgba(0, 0, 0, 0.09) 0px -5px 5px;;
}

.btn-disabled {
    background: lightgray;
}

.btn-disabled:hover {
    box-shadow: none;
}

/* WELCOME SCREEN */

.welcome {
    padding: 30px;
}

.w-1 {
    font-weight: 900;
    margin: 30px auto 0 auto;
    font-size: 77px;
    line-height: 1.05;
    width: 1200px;
}

.w-2 {
    font-weight: 900;
    margin: 0 auto 20px auto;
    font-size: 77px;
    color: #e30c13;
    line-height: 1.05;
}

.w-3 {
    font-weight: 800;
    margin: 0 auto;
    font-size: 37px;
    line-height: 1.05;
    margin-bottom: 35px;
}

.btn-start {
    margin-top: 50px;
}

/* INSTRUCTIONS SCREEN */

.i-1 {
    font-weight: 900;
    margin: 0 auto;
    font-size: 81px;
    line-height: 1.05;
    color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
}

/* SHOT SCREEN */

.shot {
    z-index: 999;
    position: absolute;
    margin: 0 auto;
    top: 430px;
    width: 800px;
    height: 200px;
    padding: 20px;
    text-align: center;
}

.h-1 {
    font-weight: 900;
    margin: 0 auto;
    font-size: 130px;
    line-height: 1.05;
    color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
}

/* DRAG SCREEN */

.drag {
    z-index: 999;
    position: absolute;
    margin: 0;
    top: 800px;
    left: 1700px;
    width: 150px;
    height: 150px;
    padding: 20px;
    border-radius: 50%;
    background: #e30c13;
    text-align: center;
}

.d-1 {
    font-weight: 900;
    margin: 30px auto;
    font-size: 27px;
    line-height: 1.5;
    color: white;
}

/* FORM */

.form-title {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 900;
}

.red-text {
    color: #e30c13;
}

.form-body {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.form-input {
    margin: 0;
    width: 100%;
    padding: 20px 0;
    border: none;
    font-size: 22px;
    border-bottom: 2px solid #ddd;
    outline: none;

}

.check-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0;
}

.form-input::placeholder {
    color: grey;
    font-size: 22px;
    font-weight: 700;
}

.form-checkbox {
    width: 36px;
    height: 36px;
    border: 5px solid currentColor;
    border-radius: 0.15em;
}

.form-checkbox-label {
    font-size: 15px;
    color: lightgray;
    font-weight: 700;
    max-width: 80%;
    text-align: left;
}

.label-checkbox {
    display: flex;
    align-items: center;
}

.label-checkbox label {
    margin-left: 10px;
}

/* GAMEPLAY */

.gameplay {
    z-index: 2;
    position: absolute;
    top: 100px;
    left: 175px;
    width: 1530px;
    height: 560px;
    padding: 20px;
}

.g-1 {
    position: absolute;
    font-size: 40px;
    font-weight: 800;
    left: 0;
    top: 110px;
}

.g-2 {
    position: absolute;
    font-size: 23px;
    left: 225px;
    top: 90px;
    font-weight: 800;
}

.g-3 {
    position: absolute;
    font-size: 40px;
    font-weight: 800;
    right: 225px;
    top: 63px;
}

.g-4 {
    position: absolute;
    font-size: 40px;
    font-weight: 800;
    right: 0;
    top: 110px;
}

/* CHECKPOINT */

.c-1 {
    font-size: 57px;
    margin: 10px 30px;
}

.c-2 {
    font-size: 105px;
    margin: -30px 40px 15px 40px;
}