@charset "UTF-8";
body {
    background-image: url("jul.png");
    background-repeat: no-repeat;
    background-position: center top;
}
.space_1 {
    height: 40px;
}
.list {
    width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: handlee;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
}

.list2 {
    width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: handlee;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
}

.normal_button {
    width: 120px;
    height: 30px;
    background-color: rgb(24, 183, 146);
    color: #ffffff;
    text-decoration: none;
    display: block;
    border-width: 0px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.normal_button_long {
    width: 200px;
    height: 30px;
    background-color: rgb(24, 183, 146);
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    border-width: 0px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.normal_button:visited, .normal_button_long:visited {
    color: #ffffff;
}
.normal_button:hover, .normal_button_long:hover {
    color: #ffffff;
}

.input_pbs {
    width: 200px;
    display: inline-block;
    height: 30px;
    margin-left: 0px;
    margin-right: 20px;
    font-size: 20px;
}
.input_pbs_long {
    display: inline-block;
    height: 30px;
    margin-left: 0px;
    min-width: 400px;
    max-width: 621px;
    font-size: 20px;
}
