
html {
    background: url(5x33fx85cq81ni24FF20cB31.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

body {
    color: #eee;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 70px;
    font-weight: bold;
    margin: 10px auto;
    margin-bottom: 20px;
	text-shadow: 0 0.125rem 0.375rem #000;
}

#shit {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 50%;
    padding: 5px 50px;
	text-shadow: 0 0.125rem 0.375rem #000;
    //background-color: rgba(16,16,16,0.9);
    text-align: center;
	text-shadow: 2px 2px #ff0000
    //border-style: solid;
    /*border-width: 2px;
    border-color: white;*/

}

#what {
    line-height: 1em;
    margin-bottom: 20px;
}

#links {
    font-weight: bold;
    margin-bottom: 10px;
}

a {
    color: #942b2b;
    text-decoration: none;
}

#uhh {
    line-height: 1em;
    margin-bottom: 30px;
    font-size: 10px;
}

.twitch {
    padding-left: 65px;
}
.youtube {
    padding-left: 65px;
}
.twitter {
    padding-left: 10px;
    padding-top: 10px;
}
.steam {
    padding-left: 65px;
}
