body{
    background-color: #F3F3F3;
}


main{
    display: flex;
    justify-content: space-evenly;
}

h1{
    color: #E27523;
    font-family: neulis-cursive, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    text-align: center;
    background-color: white;
    width: 90%;
    padding: 1.2rem;
}

.pageSection{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 30%;
}

img{
    width: 100%;
}