@charset "utf-08";

*{
    box-sizing:border-box;
    margin:0 auto;
    padding: 0;
}
body{
    background-color:rgba(229, 226, 197, 0.84);
    width:1200px;
    height: 100%;
}
h1{
    margin-top: 50px;
}
dl{
    margin-top: 30px;
    margin-left: 30px;
}
h2{
    margin-top: 50px;
}
.hint {
    width:1100px;
    margin: 30px auto 0 auto;
    overflow-wrap: normal;
    font-size: 100%;
}
.copyrights{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color:#dcd5d5;
    width:1200px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align:center;
}
.back{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
input{
    padding:10px;
}

