body {
    background-image: url(img_src/bgAbout.png);
    background-attachment: fixed;
    background-size: cover;
    font-family: "Helvetica", "Arial";
    color: #fff;
    font-weight: 200;
}
.con {
    width: 40%;
    margin: 9% 4%;
    display: inline-table;
}
.con img {
    width: 50%;
}
#back {
    position: fixed;
    top: 20px;
    left: 20px;
}
#back img {
    width: 24px;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: underline;
}
a:visited {
    color: inherit;
    text-decoration: none;
}