
body {
    font: "athena", sans-serif;
    background-color: #c6c5c1;
    display: table;
}

.div1 {
    height: 100%;
    width: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
}

.div2 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: VT323;
    font-size: 1rem;
    color: #656262;
}

.box {
    text-align: center;
    font-size: 1rem;
    font-family: VT323;
    outline: none;
    width: 250px;
    height: 35px;
    border: none;
    border-bottom: 2px solid #656262;
}

.confirm {
    border: none;
    font-size: 1rem;
    font-family: VT323;
    margin-top: 10px;
    color: #656262;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
