body{
    background-color: #f2c8cf;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    }
h1{
    font-size: 42px;
    color: #871900;
    text-align: center;
    border-style: double;
}
h2{
    font-size: 35px;
    color:#4a551e;
    text-align: center;
}
p{
    font-size: 20px;
    font-weight: bold;
    color:#4a551e;
    text-align: center;
}
h3{
    color: #cc0000;
    font-size: 30px;
}
ul{
    font-weight: bold;
}
.container{
    display: flex;
    justify-content: center;
}
