.blue-bg {
    background-color:skyblue;
}
.red-bg {
    background-color: red;
}
.pink-bg {
    background-color:deeppink;
}
.green-bg{
    background-color: greenyellow;
}
.purple-bg{
    background-color: mediumpurple;
}
.yellow-bg{
    background-color: yellow;
}
h2 {
    color: white;
    font-family: 'Bangers', cursive;
}
h3 {
    color: whitesmoke;
    font-family: 'Bebas Neue', cursive;
}
h4 {
    color: 	#0047AB;
    font-family: 'Passion One', cursive;
}
.bg-transparent{
    color: #0000ffff
}
#box {
    background-color: #ED1D24;
  }
#white-box{
    background-color:white ; opacity: 0.8;
    
}


body {
    background-image: url('../img/marvel-final.jpeg');
    background-repeat: no-repeat;
    
  }