.Pages {
display: flex;
justify-content: center;
gap: 50px;
padding: 30px;
}

body {
background-color: #bfffe2;
}

h1 {
text-align: center;
color: #8f57ad;
}

h3 {
text-align: center;
color: #8f57ad;
}
