html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 110;
}

.container {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 10px;
}

.header {
    background: url("CheemsSamurai.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 53em;
    text-align: center;
}

.header .container {
    position: relative;
    top: 200px;
    transition: ease-in .5s;
}

.header h1 {
    color: #ffffff;
    line-height: 100px;
    font-size: 80px;
    margin-top: 0;
    margin-bottom: 80px;
    text-transform: uppercase;
    display: inline-block;
}

@media (min-width:850px) {
    .header h1 {
        font-size: 120px;
    }
}

.header p {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 8px;
    margin-bottom: 40px;
    margin-top: 0;
    text-transform: uppercase;
}

.btn {
    color: #ffffff;
    background: #000000;
    padding: 10px 40px;
    text-decoration: none;
    transition: background .5s;
}

.buttons {
    background: #000000;
    height: 80px;
    width: 100%;
    text-decoration: none;
}

.buttons ul {
    height: 80px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
}

.buttons ul li {
    color: #ffffff;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    list-style: none;
    padding: 0 10px;
    transition: background .75s;
    text-decoration: none;
}

li>a {
    text-decoration: none;
    color: #ffffff;
}

li>a:active {
    color: green;
}

.btn:hover,
.buttons ul li:hover {
    background: #310080;
    cursor: pointer;
    transition: background .5s;
}

.main .container {
    margin: 80px auto;
}

.main img {
    float: left;
    margin: 50px 80px 50px 0;
}

.container2 {
    background: url(develeper\ meme.png) center;
    background-size: cover;
    height: 600px;
}

.container2 .container {
    position: relative;
    top: 220px;
}

.container2 h2 {
    color: #ffffff;
    text-align: right;
}

.container2 p {
    color: #ffffff;
    text-align: right;
}

.container2 .btn {
    margin: 10px 0 0;
    float: right;
}

.footer {
    background: #000000;
    height: 80px;
    padding-bottom: 50px;
}

.footer p {
    color: #ffffff;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    margin: 0;
}

@media (max-width: 500px) {
    .header h1 {
        font-size: 50px;
        line-height: 64px;
    }
    .main,
    .container2 {
        padding: 0 30px;
    }
    .main img {
        width: 100%;
    }
}