html {
    background: #246;
}

body {

}
h1 {
    width: 700px;
    float: left;
    font-size: 90px;
    line-height: 90px;
    font-family: 'Bebas Neue', sans-serif;
    color: #5987b4;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px 20px 0px;
}

@media screen and (max-width: 900px) {
    h1 {
        width: auto;
        font-size: 75px;
        line-height: 75px;
    }
}

a#otherArticles {
    display: block;
    margin: 25px 15px 0px 0px;
    text-align: right;
    font-family: arial;
    color: #5987b4;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 900px) {
    a#otherArticles {
        margin: 25px 15px 20px 0px;

    }
}

a#otherArticles:hover {
    color: #444;
    text-decoration: underline;
    cursor: pointer;
}

h2 {
    text-align: left;
    text-justify: inter-word;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #777;
    font-size: 20px;
    line-height: 25px;
    padding: 5px 10px 120px 0px;
}

@media screen and (max-width: 900px) {
    h2 {
        font-size: 18px;
        padding:0px 10px 30px 0px;

    }
}


h3 {
    text-align: left;
    text-justify: inter-word;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #23677feb;
    font-size: 22px;
    padding:10px 0px 20px 0px;
    line-height: 25px;
}

@media screen and (max-width: 900px) {
    h3 {
        padding: 60px 0px 20px 0px;
    }
}

p {
    text-align: left;
    text-justify: inter-word;
    font-family: Arial, sans-serif;
    padding:0px 0px 10px 0px;
    color: #555;
    font-size: 17px;
    line-height: 27px;
}

img.screenshot_left {
    margin: -20px 30px 40px -10px;
    width: 25%;
    float: left;
}

img.screenshot_right {
    margin: -20px -10px 40px 30px;
    width: 25%;
    float: right;
}

img.screenshot_left:first-of-type {
    width: 35%;
}

@media screen and (max-width: 900px) {
    img.screenshot_left {
    margin: 55px 30px 20px 0px;
    }
}


@media screen and (max-width: 900px) {
    img.screenshot_right {
        margin: 55px 0px 20px 30px;
    }
}

#logo {
    padding: 20px;
}

div#header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url('studio-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 20px 0px;
    background-position: center center;
    height: 400px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #eebf79;
}


div#footer {
    background-color: #222;
    margin: 280px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    width: 100%;
    text-align: center;
}

div#footer a {
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-family: arial;
    cursor: grab;
}

div#footer a:hover {
    text-decoration: underline;
}

div#sheet {
    padding: 50px;
    border-radius: 15px;
    border: 3px solid black;
    margin: -370px auto 0px auto;
    width: 900px;
    background: white;
    -webkit-box-shadow: 0px 21px 28px 25px rgba(0,0,0,0.15);
    box-shadow: 0px 21px 28px 25px rgba(0,0,0,0.15);
}

@media screen and (max-width: 900px) {
    div#sheet {
        width: auto;
        padding: 30px;
    }
}


div.badges {
    margin: 0px;
    width: 100%;
}

div.badges img {
    padding: 100px 0px 0px 0px;
    background-color: white;
    width: 25%;
    float:right;
}

@media screen and (max-width: 900px) {
    div.badges img {
        width: 50%;
    }
}

div.unsubscribe {
    background-color: #111;
    color: white;
    font-family: arial;
    padding:15px;
    font-size:12px;
}

div.unsubscribe a {
    color: white;;
}
