
body{
    margin:0;
    font-family: 'Archivo Narrow', sans-serif;
}
h1,h2,h3,h4,h5,p{
    margin:0;
}
header{
    background-color:rgba(204, 95, 95, 0.3);
    text-align: center;
    padding-top:166px;
    padding-bottom:188px;
    /* background-image:url('../images/__.jpg'); */
    background-size:cover;
    background-position:center;
    font-weight:600px;
}

h1{
    font-size:80px;
    font-weight:600px;
    
}
header h2{
    font-size:30px;
    line-height:1;
}
.main-column{
    width:960px;
    margin:auto;
}
section{
    padding-top:30px;
}
section:first-of-type{
    background-color:rgba(0, 255, 255, 0.371);
}