.box {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    margin: 10% 25%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding: 10px;
    box-shadow: 0px 2.5px 5px #808080;
    line-height: 2em;
}

.box button {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 2em;
    padding: 10px 50px;
    background-color: #4080ff;
    color: #fff;
    border-width: 0;
    border-radius: 10px;
    margin: 5%;
    box-shadow: 0px 5px 2.5px #808080;
}

.box button:active {
    box-shadow: 0px 2.5px 1.25px #808080;
    background-color: #4080ff;
    color: #fff;
}

.box input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.box select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}