.container {
display: flex;
padding: 10px;
width: 1200px;
margin: 10px;
justify-content: center;
background-color: #e2a9ff;
}

.item1 {
width: 450px;
padding: 10px;
margin: 10px;
background-color:#ffd1fe;
}
.item2 {
width: 450px;
padding: 10px;
margin: 10px;
background-color: #ffd1fe;
}

body {
background-color: #62319e;
}

h1 {
font-family: "Libre Baskerville", serif;
color: #62319e;
line-height: 1.5;
}

h2 {
font-family: "Montserrat Alternates", sans-serif;
color: #9f39a8;
font-weight: 500;
line-height: 1.7;
}

p {
color: #471d7a;
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 1.5;
}
