@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800;900&display=swap);

body {
  font-family: 'Montserrat', sans-serif;

  background-color: rgb(248, 237, 237) ;
}

.section{
    width: 600px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 200px;
    gap: 20px;
    background-color: white;
    border-radius: 8px;
}

.parfum_texts h4{
    color: #6C7289;
    font-size: 12px;
    font-weight: 500;
    font-style: Medium;
    line-height: 100%;
      font-family: 'Montserrat', sans-serif;
}

.parfum_texts h1{
    color: #1C232B;
    font-size: 32px;
    line-height: 200px;
    font-style: bold;
    font-weight: 700;
    font-style: Medium;
    line-height: 32px;
      font-family: 'Montserrat', sans-serif;
}


.parfum_texts p{
   color: #6C7289;
    font-size: 12px;
    font-weight: 500;
    font-style: Medium;
    line-height: 23px;
      font-family: 'Montserrat', sans-serif;
}


.span1{

    color: #3d8168;
    line-height: 32px;
    font-size: 32px;
    font-style: bold;
    font-weight: 700;
}

.span2{

    color: #6C7289;
    line-height: 23px;
    font-size: 22px;
    font-style: bold;
    font-weight: 700;
}


.btn{
    width: 236px;
    height: 50px;
    background-color: #3d8168;
    color: white;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    border: none;
    margin-top: 40px;
    cursor: pointer;
}


.btn:hover{
    background-color: #1C232B;
}
