@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;
}
.login-container {
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff6fb;
    border-radius: 5px;
   margin-top: 150px;
}
h2{
    margin-top: 50px;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
h1 {
    text-align: center;
    margin-bottom: 20px;
}

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

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

input[type="email"], input[type="password"] {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
}

button[type="submit"] {
    width: 12%;
    padding: 10px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: solid 1px #333;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
}

button[type="submit"]:hover {
    background-color: #e2e2e2;
}
.button{
    text-align: center;
}
.account{
    margin-top: 0px;
}
.signup-container{
    width: 800px;
    margin: 90px auto 0;
    padding: 20px;
    background-color: #ffeff8;
    border-radius: 5px;
}
.rtrt{
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
}
.form-group2{
    margin-top: 30px;
}
.rose{
     font-size: 11px;
     margin-top: 30px;
}
footer{
    background-color: rgb(255, 243, 248);
    margin-top: 30px;
}
.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;
}
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;
   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;
}
