body {
    font-family: 'Open Sans', sans-serif;
    color: white;
}

#cultural-background {
    background: url(http://source.unsplash.com/JF4o7WErDn8);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px;
}

#technical-background {
    background: url(http://source.unsplash.com/FO7JIlwjOtU);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px;
}

#about-me-background {
    background: url(http://source.unsplash.com/C9k1LfbM23M);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px;
}

.container {
    background: rgba(0, 0, 0, 0.4);
    margin: 0px 100px 0px 100px;
    padding: 20px 20px 20px 20px;
}

h1 {
    text-align: center;
    font-size: 5em;
    font-weight: 700;  
    margin: 10px 0px 10px 0px;
}

h2 {
    text-align: center;
    font-size: 2em;
    margin: 0px;
}

a {
    color: white;
}

a:visited {
    color: white;
}

.underline {
    text-decoration: underline;
}

.home-button {
    display: block;
    border: 0;
    padding: 10px 10px;
    margin: 20px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    color: white;
    background-color:  rgba(0, 0, 0, 0.4)
}

#box-model {
    height: 300px;
    margin: 25px;
    float: right;
}

#DOM {
    padding: 5px;
    height: 300px;
    border: solid; 2px; white;
    margin: 10px;
    float: right;
    background-color:  rgba(0, 0, 0, 0.4)
}

#DOM2 {
    display: block;
    margin: auto
}

#arrays {
    margin: 10px;
    float: right;
}
