@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

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

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

li {
    list-style: none;
}

img,
input {
    display: block;
}

.main {
    width: 1500px;
    height: 900px;
    margin: 0 auto;
    text-align: center;
}

.book {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.book1 {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
