.intro {
    display: flex;
    flex-direction: column;
    font-size: calc(24pt + 0.4vw);
    margin-top: 10%;
    /* margin-left: 30%;
    margin-right: auto; */
    margin-bottom: 7.5%;
    justify-self: center;
    width: 45vw;
}

.hello,
.me {
    margin-top: 0;
    margin-bottom: 0;
}

.hope p {
    margin-top: 7%;
    margin-bottom: 0;
}

#aside {
    margin-top: 0;
    justify-self: right;
}

.aboutsection {
    padding-left: 18%;
    display: flex;
    background-color: #faebac;
    padding-top: 2%;
    padding-bottom: 2%;
    align-items: center;
    margin-bottom: 10%;
}

.abouttext {
    font-size: calc(20pt + 0.4vw);
}

#about {
    margin: 30px 15% 0 0;
    font-size: calc(12pt + 0.4vw);
    display: flex;
}

#duck {
    width: 20vh;
    height: 100%;
    float: right;
    border-radius: 50%;
    margin-right: 10vw;
    justify-self: center;
}

@media screen and (max-width:606px) {
    .intro {
        width: 70vw;
        font-size: calc(20pt + 0.4vw);
        margin-bottom: 15%;
    }

    .aboutsection {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    #aboutme {
        font-size: smaller;
    }

    #about {
        font-size: calc(10pt + 0.4vw);
    }

    #duck {
        width: 25vw;
        margin-right: 5%;
    }

}