html, body {
    padding: 0;
    margin: 0;
 
 }
  /* ===========================
    ====== BACKGROUND ======= 
    =========================== */
 
 body { 
 background-image:url('rbbackground.jpg');
 background-size: cover;
 background-color:rgb(0, 0, 0);
 background-repeat: no-repeat;
 background-position: top center;
 background-attachment:fixed;
 
 }
 
 /* ===========================
    ====== LOGO ======= 
    =========================== */
 .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 50%;
    height: auto;
    position: center;
    overflow: hidden;

 }

 /* ===========================
   ====== LINKS ======= 
   =========================== */

ul.social-links img {
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}
ul.social-links {
    list-style-type: none;
    margin: 40px;
    padding: 0; 
    text-align: center;
    font-size: 10px;
}
ul.social-links li {
    display: inline-block;
    text-align: center;
    
}

/* ===========================
   ====== MAIN CONTENT ======= 
   =========================== */
 
   .main{
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      max-width: 80%;
      position: center;
      background-color:rgb(0, 0, 0);
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 10px;
   
  }
 /* ===========================
   ====== FONTS ======= 
   =========================== */

   .big{ COLOR: white; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 2.6vw; 
    FONT-FAMILY: Helvetica, Arial, sans-serif; 
    text-align: justify;
    }