@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Grandiflora One', cursive;
    font-weight: 600;
    font-size: 11px;
    background-color: whitesmoke;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style: none;
}

img,
input {
    display: block;
}

.main {
    margin: 50px 0px;
}

.pages {
    width: 1000px;
    margin: 0 auto;
}

.pages2 {
    width: 500px;
    margin: 0 auto;
}

.memo {
    text-align: center;
    line-height: 20px;
    margin-top: 50px;
}