@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;
}
h2{
    font-size: 25px;
    text-align: center;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
}
.hjhj{
    text-align: center;
    margin-top: 50px;
}
.rdrd{
    margin-top: 30px;
    text-align: center;
}
.contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 10px;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border: 1px solid #acacac;
    cursor: pointer;
}
.button{
    text-align: center;
    margin-top: 20px;
}

button[type="submit"] {
    background-color: #333;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}

select {
    height: 40px;
}
.dsds{
    color: rgb(255, 0, 0);
}
.name{
    margin-top: 30px;
}
.mail{
    margin-top: 30px;
}
.category{
    margin-top: 30px;
}
.message{
    margin-top: 30px;
}
.dsds{
    margin-top: 10px;
}
.koko{
    margin-top: 60px;
    font-size: 15px;
}
.yuyu{
    margin-top: 40px;
    font-size: 15px;
}
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;
}
.txtSide{
    font-size: 11px;
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}
.cuu{
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline;
}
.ioio{
    display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
   border: 4px;
   background-color: rgb(212, 212, 212);
   border-radius: 20px;
   padding: 20px 0;
   width: 600px;
   margin: auto;
   margin-top: 50px;
}
.bona{
    margin-top: 20px;
}
