 

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 400;
    a{
        color: #262626
         !important;
    }
}
.logo{
    width: 50px !important;
    height: 50px !important;
    background-color: #262626;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 16px !important;
}
.photo{
    /* width: 100% !important; */
    border-radius: 16px;
}
.parent{
    background-color: black;
    padding: 35px;
}
.text-parent{
    /* width: 60% !important; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* text-align: start; */
}

@media (min-width: 200px) {
  .text-parent {
    width: 100% !important;
  }
}
@media (min-width: 400px) {
  .text-parent {
    width: 100% !important;
  }
}
@media (min-width: 900px) {
  .text-parent {
    width: 60% !important;
  }
}
