
body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 11pt;
    background-color: #f5fffa;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
}
h1 {
    text-align: center;
    color: black;
    font-size: 24pt;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    padding-bottom: 30px;
}
p {
    text-align: center;
    padding-bottom: 10px;
}

label {
    text-align: justify;
    color: black;
    padding-bottom: 10px;
}

input {
    width: 420px;
    padding: 8px 14px;
    font-size: 14px;
    margin: 8px 0;
    box-sizing; border-box;
    border: 1px solid #000000;
    transition: 0.5x;
}
button {
    background-color: white;
    border: 1px solid #a9a9a9;
    color: black;
    padding: 15px 32px;
    text-align: center;
    border-radius: 12px;
    font-size: 16px;
}
button:hover {
    background-color: #F8F8FF;
    color: black;
}

button:active {
    background-color: #E5E4E2;
    box-shadow: 0 2px #666;
    transform: translateY(2px);
}

.btn-w-fix-320 {
    width:320px;
}
