* {
padding: 0px;
margin: 0px;
}
body {
width: 100%;
text-align: center;
margin: 0;
background-color: black;
}
.loud {
background-image: url(/images/assets/bg.jpg);
background-position: top center;
width: 100%;
}
.discovery {
background-color: black;
}
.trippinator {
background-image: url(/images/assets/bg.jpg);
background-position: top center;
width: 100%;
}
#iamdiscosquid {
display: block;
width: 900px;
margin: auto;
background-image: url(/images/assets/iamdiscosquid.jpg);
background-position: top center;
background-repeat: no-repeat;
}
#index {
display: block;
width: 900px;
padding: 48px 0 48px 0;
margin: auto;
text-align: center;
}
#index img {
border: 10px solid white;
}
h3 a {
font-family: Impact, Helvetica;
font-size: 60px;
color: white;
text-decoration: none;
}
h3 a:hover {
color: yellow;
font-size: 72px;
}
#hidden {
display: none;
}
