/* +----------+ Shared Basics +----------+ */
.resume_datebox, .resume_datebox h3 {
    color: #f1f1e6;
}

/* +--------------+ HTML +--------------+ */
body {
    min-height: calc(100vh - 20px);
    background-image: url(../../pictures/starting_page/background/about_me.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
div {
    float: left;
    padding: 5px;
}

/* +-------------+ Layout +-------------+ */
.resume_layout {
    margin-top: 20px;
    width: 90%;
    background-color: unset;
}
.resume_datebox {
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100px;
    justify-content: center;
    text-align: center;
    background-color: #005ba1;
}
.resume_datebox h3 {
    margin: 0;
}
.resume_descriptionbox {
    border-top: 5px solid #005ba1;
    width: calc(100% - 120px);
    background-color: #f1f1e6;
}