*{
    text-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
html, body{
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #2a2a2a;
    background-size: cover;
    background-attachment: fixed;
}

/* HEADER */

header{
    height: 65px;
    background-color: #f6f6f6;
}
.container1{
    float: left;
    height: 65px;
}
header img{
    height: 100%;
}

/* SECTION: HOME */

#home{
    min-height: 100%;
}
#home hr{
    width: 30%;
    height: 5px;
    color: #f6f6f6;
    background: #f6f6f6;
    margin: 1% auto 1% auto;
}
#home h1,p{
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    line-height: 1.6;
    color: #f6f6f6;
}