/*
    Welcome to the style motherboard !
    Let the rain come down, come down down <3
    Theme - Bemayde Binary Style
    Version - 1.0
    Author - Yvoorg Knuf
*/

body{
  background-image: url('wallp2.jpg');
}

table{
   width: 90%;
   margin: 35px;
   text-align: center;
}

img{
    width: 100%;
    height: auto;
    opacity: 90%;

}

h1{
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  opacity: 80%;
  padding-top: 30px;


}

h2{

  font-family: 'Oswald', sans-serif;
  color: white;
  font-size: 50px;
  word-spacing: 40px;
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;

}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;

}

footer{

  position: fixed;
  text-align: left;
  bottom: 0px;
  width: 100%;
   }
