* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
html, 
body {
    height: 100%;
    min-height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
img{
    max-width: 100%;
}
h1{
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 30px;
}
h2{
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}
h3 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}
a{
    text-decoration: underline;
    color: #6441A4;
}
a:hover{
    color: #6441A4;
}
.logo{
    margin: 0px auto;
    display: block;
    margin-bottom: 22px;
    margin-top: 50px;
}
.twitch{
    max-width: 200px;
    margin: 0px auto;
    display: block;
    margin-bottom: 30px;
}
.kogyhi{

}
@media screen and (max-width: 767px){
    .logo {
        max-width: 190px;
        margin: 0px auto;
        display: block;
        margin-top: 40px;
    }
}