@charset "UTF-8";

html {
    scroll-padding-top: 70px;
    scroll-behavior: smooth;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
}
.description {
    padding-left: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
}
h1 {
    font-size: 36px;
    /* padding-bottom: 20px; */
}
h2 {
    font-size: 24px;
    /* padding: 20px 0; */
}
p {
    font-size: 16px;
}
.description {
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 100px;
    background: -moz-linear-gradient(#8346ec, #fff);
    background: -webkit-linear-gradient(#8346ec, #fff);
    background: linear-gradient(to right, #8346ec, #fff);
    color: #000;
}
.wc {
    padding: 50px 0;
    text-align: center;
}
.face1 {
    display: flex;
}
.face1 img {
    width: 20%;
}
.intro1 {
    display: flex;
    gap: 50px;
}
.title {
    font-size: 120%;
    padding-bottom: 20px;
}
.describe {
    width: 300%;
}
.describe h1 {
    text-align: center;
    font-size: 200%;
    padding-bottom: 50px;
}
.describe p {
    font-size: 24px;
}
.top {
    padding-bottom: 100px;
}