@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&display=swap');

body {
    font-family: "Cormorant Garamond", serif;
    background-color: #928cc3;
    color: #26062e;
    padding: 20px;
    line-height: 1.6;
}

h2 {
    margin-left: 35px;
    font-size: 21px;
}

h1 {
    color: #26062e;
}

p {
   
    font-size: 19px;
}

ul {
    font-size: 17px;
    list-style-type: circle;
    margin-left: 20px;
    margin-top: -10px;
}

.container {
    background-color: #aca9c2;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}