@import url('https://fonts.googleapis.com/css2?family=Libertinus+Math&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libertinus+Math&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: #f9f7f4;
    color: #1f1a17;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 260px;
    font-family: roboto;
    background: linear-gradient(135deg, rgb(138, 120, 107, 1), rgba(138,120,107,1));
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    padding-left: 10px;
    border-radius: 25px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 18px 35px rgba(77, 53, 37, 0.18);
}


.content{
    width: min(1200px, calc(100% - 48px));
    padding: 0 0 80px;
}


.top{
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 30px;
    margin: 30px 24px;
    text-align: center;

}

.banner{
    width: min(1200px, calc(100% - 48px));
    border-radius: 24px;
}

.main{
     font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 28px;
    margin-top: 40px;
}

p{
    font-size: 20px;
    font-family: roboto;
    font-weight: 300;
    text-align: justify;
    line-height: 1.7;
}
