* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #fff;
}

body {
    background: #fff;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'DM Mono', monospace;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
}

h2 {
    font-family: 'DM Mono', monospace;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    text-indent: 5%;
}

h3 {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.025em;
}

h4 {
    font-family: 'DM Mono', monospace;
    font-size: 2em;
    line-height: 1.2;
    text-indent: 10%;
}

h5 {
    font-size: 2em;
    letter-spacing: -20;
    line-height: 1.2;
}

h6 {
    font-family: 'DM Mono', monospace;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
}

a {
    color: #000;
    text-decoration: underline;

}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;

}

.myDivBig {
    font-size: 1em;
    text-align: left;
}

.myDiv {
    text-align: left;
}

@media only screen and (min-width: 600px) {
    
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    
body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
} 
    
h1 {
    font-family: 'DM Mono', monospace;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
}
    
h2 {
    font-family: 'DM Mono', monospace;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
    text-indent: 5%;
}

h3 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.025em;
}

h4 {
    font-family: 'DM Mono', monospace;
    font-size: 3em;
    line-height: 1.2;
    text-indent: 10%;
}

h5 {
    font-size: 3em;
    letter-spacing: -20;
    line-height: 1.2;
}
    
h6 {
    font-family: 'DM Mono', monospace;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
}
    
a {
    color: #000;
    text-decoration: underline;
  
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}
    
}

@media only screen and (min-width: 1024px) {
    
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    
body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
} 
    
h1 {
    font-family: 'DM Mono', monospace;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
}

h2 {
    font-family: 'DM Mono', monospace;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    text-indent: 5%;
}

h3 {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.025em;
}

h4 {
    font-family: 'DM Mono', monospace;
    font-size: 2em;
    line-height: 1.2;
    text-indent: 10%;
}

h5 {
    font-size: 2em;
    letter-spacing: -20;
    line-height: 1.2;
}
    
h6 {
    font-family: 'DM Mono', monospace;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
}
    
a {
    color: #000;
    text-decoration: underline;
  
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
 
}

a:active {
    color: #000;
    text-decoration: none;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
    margin-right: 2%;
}  
    
}