body {
    font-size: 20px;
    color: #68808c;
    font-family: "Sigmar", serif;
    font-weight: 400;
    font-style: normal;
}
h1{
    font-size: 40px;
    color: #65abcf;
}
a {
    color: #add9b2;
}
a:hover{
    color: #7be087;
}
label {
    width: 200px;
    float: left;
}
form div{
    margin-bottom: 10px;
}
input.amt{
    width: 50px;
}