@charset "UTA-8";

body {
    background-color: #f5e1da;
    font-family: "メイリオ", sans-serif;
    line-height: 1.8;

}


main {
    max-width: 980px;
    margin: auto;
    padding: 0 20px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

h2 {
    font-weight: bold;

}

p {
    margin-bottom: 20px;
}

ul {
    margin-bottom: 20px;

}

a {
    text-align: center;
}