html  {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.font{
    font-family: 'Century';
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}

h1 {
    padding-left: 10px;
    border-left: solid 15px #000;
    color: #000;
}

.custom-file-upload {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    font-size: 16px;
}
.custom-file-upload:hover {
    background-color: #0056b3;
}

#userid, #password {
    width: 300px;
    height: 30px;
    font-size: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

#copyright {
    font-size: 13px;
    background-color: #EBEBEB;
}

.logo {
    text-indent: 0rem;
    text-align: center;
}
.movepage {
    margin-top: 20px;
    text-decoration: none;
    color: #000;
    border-bottom: solid 1px #000;
    margin-left: 15px;
}

.movepage:visited {
    text-decoration: none;
    color: #000;
    border-bottom: solid 1px #000;
}

#Expenses {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    width: 130px;
    height: 40px;
    border: solid 1px #f13d2f;
    color: #ffffff;
    background-color: #f13d2f;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

#Expenses:hover{
    background-color: #fff;
    border: solid 1px #f13d2f;
    color: #f13d2f;
}

input#change, .button-div {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 23px;
    width: 130px;
    height: 40px;
    border: solid 1px #f13d2f;
    color: #ffffff;
    background-color: #f13d2f;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

input#change:hover, .button-div:hover{
    background-color: #fff;
    border: solid 1px #f13d2f;
    color: #f13d2f;
}

div#day {
    font-size: 20px;
}

select#id_year, select#id_month {
    font-size: 20px;
}

.red {
    color: #f00;
}
