.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    scroll-margin-top: 80px;
    margin-left: 60px;
}

.rectangle-about {
    display: flex;
    flex-direction: column;
    background-color: #034C53;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0,1);
    text-align: center;
    width: 70%;
    height: auto;
    border: solid 2px black;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.rectangle-about h2 {
    font-size: 2.1em;
    color: lavender;
}

.rectangle-about p {
    color: #bbffef;
    font-size: 1em;
    line-height: 1.5;
    margin-left: 20px;
    margin-right: 20px;
}