#footer {
   min-height: 1500px;
   background-attachment: fixed;
   top: 50px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   position: absolute;
   z-index: -1;
   opacity: 0.55;
   background-repeat: no-repeat;
   background-position: top center;
   background-size: cover;
  
}
#symbol{
  display: inline;
  width: 40px;
  height: 40px;
  color: white;
  }

  #symbol img{
  display: inline;
  width: 40px;
  height: 40px;
  position: absolute; 
  top:5px;
  left:70px;  
  color: white;
  }
  #main{
        text-align: center;

  position: relative; 
  margin-top: 70px;
  }
  #main h1{
    overflow: auto;
    font-family: 'Josebold';
    color: #FFC125;
  }
  #main h2{
    overflow: auto;
    margin-top: 2%;
    font-family: 'Josebold';
    color: #FFC125;
  }
  #main img{
  width: 300px;
  height: 300px; 
  }
  @font-face{
    font-family: 'Josebold';
    src : url('../fonts/JosefinSlab-Bold.ttf');
  }
  @font-face{
    font-family: 'stalemate';
    src : url('../fonts/Stalemate-Regular.ttf');
  }
  #content{
    position : relative;
    text-align: justify;
    color : white;
    font-family: 'Josebold';
    margin-left: 5px;
    margin-right: 5px;

  }
  #content a{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    font-size: 20px;
    color: white;
    display:inline-block;
  }
  #content img{
    width:60px;
    height:40px; 
    display:inline-block;
  }