body {
    text-align: center;
}

/*CSS for Modal*/
.modal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1d1d1d6b;
}

.modal-body {
    width: 50%;
    height: 200px;
    background: rgb(224, 224, 224);
    transform: translate(50%,90%);
    border: 5px dotted #3e83d3;
    border-radius: 10px;
}

.modal-title {
    padding-top: 2.1rem;
    font-family: 'Press Start 2P', cursive;
    font-size: x-large;
    color: rgb(44, 209, 66);
}

.modal-button {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: 'Press Start 2P', cursive;
    font-size: 1rem;
    color: #db362a;
    padding: 10px;
}

.hide {
    display: none;
}