

#aboutme {
    text-align: center;
    align-items: center;
    margin: 0, auto;
    position: absolute;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
}

h1 {
    position: relative;
    color: red;
    text-align: center;
}

#aboutme, p {
    text-align: center;
    width: 60vw;
    position: relative;
    z-index: 10;
    color: red;
    font-size: 20px;
}


#back {
    color: red;
    margin-bottom: 10vh;
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
}

#as {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30vh;
}



a {
    text-decoration: underline;
    color: red;
}

.bodytext {
    width: 600px;
    text-align: justify;
    margin-left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}