body {
    background-color: #ffffff;
    color: #000000;
    word-wrap: break-word;
    font-family: 'Roboto', 'Lato';
    line-height: 1.8;
    font-size: 15px; 
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    max-width: 720px;
    margin: auto;
}

.main_stuff {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

h1 {
    font-size:20px;
    margin:0px;
}

h2 {
    font-size:17px;
    margin: 0px;
}

img {
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

/*
ive never used @media before so we will see

@media only screen and (max-width: 767px) {
    body {
        position: relative;
        left: 0;
        overflow-x: hidden;
    }
}