html {
    height: stretch;
}

body {
    height: stretch;
}

img {
    max-width: 15vw;
    border-radius: 1em;
}

#about-text {
    max-width: 30vw;
    margin-left: 2em;
}

#about {
    display: flex;
    margin: 4em auto;
    width: fit-content;
    border: 2px solid gray;
    border-radius: 1em;
    padding: 1em;
}

#contact {
    width: fit-content;
    margin: 0 auto;
    vertical-align: bottom;
}