html {
    background: #eff2f3;
}

body {
    color: blue;
    font-family: 'Tenor Sans', sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 0 auto;
}

::selection {
  background: blue;
    color: white;
}

h1 {
    color: blue;
    font-family: 'Archivo Black', sans-serif;
    font-size: 3em;
    text-transform: uppercase;
}

a {
    color: #0083e8;
}

.header {
    height: 20%;
    position: relative;
    text-align: center;
    padding-top: 2%;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 3%;
}

@media screen and (min-width: 1000px) {
    .header {
        width: 1000px;
        margin-left: auto ;
        margin-right: auto ;
    }
}


.wrap {
    position: relative;
    text-align: center;
}

@media screen and (min-width: 1060px) {
    .wrap {
        width: 1060px;
        margin-left: auto ;
        margin-right: auto ;
    }
}

.banner1 {
    background: #ddd;
    width: 300px;
    height: 300px;
    margin: 10px;
    display: inline-block;
}

.banner2 {
    background: #ddd;
    width: 300px;
    height: 300px;
    margin: 10px;
    display: inline-block;
}

.banner3 {
    background: #ddd;
    width: 300px;
    height: 300px;
    margin: 10px;
    display: inline-block;
}

.banner4 {
    background: #ddd;
    width: 300px;
    height: 300px;
    margin: 10px;
    display: inline-block;
}

.banner5 {
    background: #ddd;
    width: 300px;
    height: 300px;
    margin: 10px;
    display: inline-block;
}

.banner6 {
    background: #ddd;
    width: 300px;
    height: 300px;
    margin: 10px;
    display: inline-block;
}

.footer {
    bottom: 0px;
    height: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}