body {
    font-family: Verdana, sans-serif;
}    

.head1 {
    font-size: 40px;
    color: #E57C23;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.head2 {
    font-size: 25px;
    color: #E8AA42;
    margin-top: 10px;
    margin-bottom: 15px;
}

body {
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-color: #025464;
}

footer {
    width: 100%;
    bottom: 0px;
    background-color: #222426;
    color: #AAAAAA;
    position: absolute;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.body_sec {
    margin-left: 20px;
    margin-top: 40px;
}

.button {
    border: none;
    color: #888888;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 20px;
    cursor: pointer;        	
}

.label {
    color: #888888;
    text-align: center;
    font-size: 16px;
    margin: 10px 20px;

}