.age-dialog {
    
    position: absolute;
    background-color: #193153;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    color: white;
}

.verify-age-box {

    background-color: #25487C;
    border-style: solid;
    border-radius: 2em;
    margin: 2em;
    padding: 2em;
    text-align: left;
    border-color: white;
    
}

.pad {
    flex: 1;
  }

.u18-button {
    margin-right: 1em;
}

button:hover {
    cursor:pointer;
}

@media only screen and (max-device-width: 480px) {
    
    .u18-button {
        font-size: 24pt;
    }

}