@charset "UTF-8";
.header {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(255, 245, 250);
}
.logo {
    padding: 10px 20px;
    display: inline-block;
}
nav {
    margin-left: auto;
}
nav ul {
    display: flex;
}
nav ul li{
    padding: 10px 20px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
.Novelty2{
    text-align: center;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
    font-size: 20px;
}
.novelty{
    width: 70%;
    margin-top: 40px;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer{
    background-color: rgb(255, 243, 248);
}
.site-info{
    display: flex;
    gap:30px;
    margin: 0 auto;
    margin-top: 50px;
    justify-content: space-around;
}
.site-info li {
    width: calc(3);
    margin-top: 10px;
 }
.cmarku{
    text-align: center;
    margin-top: 50px;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
}
li{
    font-size: 12px;
}
.support{
    margin-left: 50px;
    margin-top: 30px;
}
.about{
    margin-top: 30px;
}
.legal{
    margin-top: 30px;
}