#history_text {
    margin-left: 20vw;
    margin-right: 20vw;
    position: relative;
    top: 10vh;
}

#history_title {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 10vh;
    color: #657893;
}

#history_subtitle {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 3vh;
    position: absolute;
    top: 6vh;
    left: 5vw;
    color: #414f6b;
}

#history_body {
    margin-left: 3vw;
    margin-right: 3vw;
    font-size: 2vh;
    position: absolute;
    top: 12vh;
    color: #4d4d4d;
    font-family: 'Lato';
}

#history {
    height: 110vh;
    width: 100vw;
    background-image: url("../assets/history_bg.png");
    background-size: 250vh;
    background-position: -20vw -15vh;
}