div.infobar {
    padding-top: 55px;
    left: 0;
    height: 94%;
    width: 15%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: fixed;
    float: left;
}
div.about {
    width: 90%;
    background-color: #ffffff;
    box-shadow: 1.5px 1.5px 1.5px 1.5px #eeeeee;
    border-radius: 3px;
}
p.about {
    padding-left: 3%;
    font-size: 12px;
}

img.about {
    padding-top: 15px;
    display: block;
    margin:auto;
    width: 93%;
    height: auto;
}
div.contact {
    margin-top: 5%;
    width: 90%;
    background-color: #ffffff;
    box-shadow: 1.5px 1.5px 1.5px 1.5px #eeeeee;
    border-radius: 3px;
}
a.contactlink {
    font-size: 24px;
    padding-left: 3%;
}
