@font-face {
    font-family: "Emberly";
    src: url("./assets/Emberly-SemiBold.otf");
  }

body {
   
    font-family: 'Inter', sans-serif;
    max-width: 500px;
    margin: 0px auto;
   
    color: #0B5126;
}

li {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 9px 0;
    color: #616161;
}

.header {
    background-color: #E6DCDE;
    border-bottom: 1px dashed #851C34;
    padding: 46px;
}

.main {
    padding: 30px;
}

 h1 {
    margin: 0;

    font-family: 'Emberly', serif;
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 45px;
text-align: center;
color: #0B5126;

}

.rings {

    width: 51px;
    margin: 0 5px 0 5px;
    padding: 0;

}

.header p {
    margin: 10px 0 0 0;
    text-align: center;
}

.semibold {
    font-weight: 600;
}

h2 {
    margin: 5px 0 0 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #851C34;
}



p  {

    font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;

color: #616161;
}