.Pages1, .Pages2 {
display: flex;
justify-content: center;
gap: 50px;
padding: 30px;
}

body {
background-color: #29215e;
}

h1, h2, h3 {
text-align: center;
color: #a398ed;
}