* {
    border: 0;
    padding: 0;
    margin: 0;
}

body {
    text-align: center;
    display: block;
}

main {
    height: 1000px;
    width: 100%;
    background: white;
}

h1 {
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 80px;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
    padding-top: 30px;
    margin-bottom: 30px;
}

.img-container {
    text-align: center;
    margin: auto;
    display: inline-block;
}

#img-container1 {
    height: 90%;
    margin-right: 50px;
    margin-bottom: 800px;
}

#img-container2 {
    height: 170%;
}

#tablet {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

#img-container3 {
    height: 90%;
    width: 40%;
    margin-left: 100px;
    margin-right: 5px;
    float: left;
}

#img-container4 {
    height: 90%;
    width: 40%;
    margin-right: 100px;
    margin-bottom: 30px;
    float: right;
}

#img-container5 {
    height: 90%;
    width: 70%;
    margin-top: 0px;
}

#img-container6 {
    height: 90%;
    width: 70%;
    margin-top: 50px;
    margin-bottom: 50px;
}