.box {
    font-family: JBMono, Roboto;
    width: 80vw;
    max-width: 800px;
    height: auto;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
}

.about-image {
    margin-top: 30px;
    width: 40vw;
    max-width: 800px;
    height: auto;
}

.text{
    padding: 0px 15px 15px 15px;
}