html, body {
    height: 100%;
    background-color: #FFFFFF;
}

#title {
    text-align: center;
    font-size: x-large;
}

#deal_alarm_form {
    width: 300px;
    margin: auto;
    margin-top: 5%;
    font-size: large;

}

#deal_alarm_form button {
    height: 38px;
    width: 305px;
    margin: 10px auto 0 auto;
    font-size: large;
    border-radius: 5px;
    background-color: #3BAFFA;
}

#record {
    width: 305px;
    border-radius: 5px;
    border: solid 1px #3BAFFA;
    height: 120px;
}