html {
    background-image: url("ss036.gif");
    /* background-repeat: repeat; */
}

#header_bar {
    
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* #header_bar img {
    
    width: auto;
} */

.main_title {
    margin: 0 auto;
    text-align: center;
    display: inline;
    color:cyan;
    font-size: 5em;
    /* font-family:Verdana, Geneva, Tahoma, sans-serif */
}

#coming_soon{
    color: hotpink;
    animation: blinker 0.2s linear infinite;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

#bee{
    display: flex;
    justify-content: center;
    /* width: 200px; */
}

.letter{
  display: flex;
  justify-content: center;
  color: hotpink;
}

.letters_link{
    display: flex;
    justify-content: center;
    color: hotpink;
  }

.letters_link a{
display: flex;
justify-content: center;
color: lime;
font-size: 3em;
}

.youtube{
    color: hotpink;
    font-size: 5em;
    display: flex;
    justify-content: center;    
}

#top_question{
    display: flex;
    justify-content: center;
}

#top_question h1{
    color: hotpink;
    font-size: 5em;
}

#personal_ad_title{
    /* margin: 10 0 0 0; */
    display: flex;
    justify-content: center;
    color: hotpink;
}

#personal_ad{
    display: flex;
    justify-content: center;
    color: hotpink;
    /* width: 300px; */
}

#personal_ad_list{
    display: flex;
    justify-content: center;
    color: hotpink;
    /* width: 300px; */
}

#hamster_container {
    display: flex;
    justify-content: center;
}

#top_ten_movies {
    color: yellow;
    margin: 0 auto;
    width: 300px;
}

#top_ten_albums {
    color: yellow;
    margin: 0 auto;
    width: 300px;
}