html { 
  background: url(../img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 22px;
}

a {
    color: #FFF;
    text-decoration: none;
}

.topbar {
    position: fixed;
    top: 0;
    height: 70px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background: #373737;
    border-bottom: 3px solid #e14f00;
}

.title {
    position: absolute;
    left: 168px;
}

.bear {
    position: absolute;
    bottom: 0;
}

.links {
    position: absolute;
    bottom: 50px;
    width: 370px;
    left: 50%;
    margin-left: -185px;
}

.btn {
    display: inline-block;
    color: #FFF;
    padding: 20px;
    width: 180px;
    text-align: center;
    border: none;
}

.twitch {
    background: #6341a5;
}

.twitter {
    background: #009fe1;
}

