body {
background: url("./images/background.jpg");
background-repeat:no-repeat;
background-size:cover;
margin-left: 0px;
margin-right: 0px;
}

.header {
height: 50px;
width:100%;
}

.social_icons {
width: 250px;
height: 30px;
margin: 0 auto;
margin-top: 20px;
}

.social_icons img {
margin: 10px;
}

.wrapper {
width: 100%;
}

.logo {
text-align: left;
height: 225px;
width: 650px;
margin: 0 auto;
margin-top: 75px;
}

.youtube {
height: 400px;
width: 560px;
margin-bottom: 500px;
margin: 0 auto;
margin-top: 75px;
}

.hyperlink_text {
text-align: center;
textdecoration: none;
font-family: RalewayBold;
font-size: 17px;
Color: white !important;
width: 100%;
margin: 0 auto;
margin-top: 75px;
}

.songkick {
height: 800px;
width: 509px;
margin-bottom: 500px;
margin: 0 auto;
margin-top: 75px;
}

.centered_content {
text-align: left;
margin: 0 auto; 
margin-top: 50px;
width: 1236px;
min-width: 1236px;
height: 1000px;
}

a {
text-decoration: none;
}

.bottom_text {
text-align: center;
font-family: RalewayBold;
font-size: 25px;
color: white;
width: 100%;
margin: 0 auto;
margin-top: 15px;
}


@font-face {
    font-family: Raleway;
    src: url(Raleway-Regular.ttf);
}

@font-face {
    font-family: RalewayBold;
    src: url(Raleway-Bold.ttf);
}