.welcome {
    padding-top: 120px;
}
.welcome p {
    text-align: center;
    font-size: 3em;
    color: #5288ce;
}
.intro {
    text-align: center;
    margin: 0px 30px;
}
.intro p {
    line-height: 2em;
    padding-top: 30px;
}
.gallery {
    padding: 4rem 5%;
}

.gallerysections {
    columns: 22rem;
    gap: 1.4rem;
}

.gallerysections img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.7rem;
}
.gallerysections img:hover {
    transform: scale(1.01);
}



