.logo {
    height: 3rem;
    position: fixed;
    top: 8rem;
    left: 5rem;
}

h1 {
    color: #ffe9dfff;
    font-size: 5rem;
    text-align: center;
    max-width: 60rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 3rem;
}

main {
    margin-top: 8rem;
}
.about p {max-width: 35rem;
}

@media screen and (max-width: 1039px) {
h2 {
    max-width: 90vw;
    font-size: 1.5rem;
}
h1 {
    font-size: 3rem;
    margin-bottom:0rem;
}
.about p {max-width: 90vw;
}
}

@media screen and (max-width: 1472px) {
    .logo {
        left: 5vw;
    }
}
@media screen and (max-width: 532px) {
    .logo {
        position: unset;
        left: unset;
    }
    main {
        margin-top: 0;
    }
}