body {
  background-image: url(cielo.jpg); /*FUCK YEAH FIXED BACKGROUNDS*/
  color: #ffffff;
  font-family: "Courier New", "Consolas", monospace;
  background-position:center;
  }
  
  a {
    color: black;
    text-decoration: none;
    }
    
  a:hover {
    text-shadow: 0px 0px 2px white;

  }
    
  h1 {
    text-align: center;
    border: 2px solid blue;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 466px;
    width:600px;
    background-color: black;
    }
    
  h4 {
    padding-left: 1%;
    padding-right: 1%;
    font-size: 20px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    }
    
    h5 {
    align-self: center;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    }
    
    h6 {
    align-self: center;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    font-size: 20px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    }
      
  center {
    text-align: center;
    }
      
  small {
    font-size: 12px;
    }
    
  .box {
    border: 2px solid blue;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 300px;
    width: 925px;
    background-color: black;
    }
    
   .box-header {
    border: 2px solid blue;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom:-15px;
    margin-left: 466px;
    width:600px;
    background-color: black;
  }
  
  .spacelink {
    margin-left: 5px;
    margin-right: 5px;
    }
    
  .box-notop {
    border: 2px solid blue;
    padding: 30px;
    margin-bottom: 40px;
    margin-top: 5px;
    margin-left: 300px;
    width: 925px;
    background-color: black;
    }
    
  .box-nobottom {
    border: 5px solid blue;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 925px;
    background-color: black;
    }
    
  .box-middle {
    border: 5px solid blue;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 925px;
    background-color: black;
    }  
    
  .box-narrow {
    border: 2px solid blue;
    padding: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 450px;
    width: 625px;
    background-color: black;
    }
    
      
    .boxlist {
      border: 0px solid white;
      text-align:center;
      list-style-type: none;
      width:925px;
      margin-top: 0;
      margin-bottom: 0;
      }
      
    .smolbox {
      padding: 5px;
      margin-top: 3.5%;
      margin-bottom: 3.5%;
      margin-left: 3%;
      margin-right: 3%;
      background-color: black;
      display: inline-block;
      float: none;
      }
      
    .bigbox {
      border: 2px solid blue;
      padding: 40px;
      font-size: 18px;
      font-weight: bold;
      margin-top: 4.5%;
      margin-bottom: 4.5%;
      margin-left: 3.5%;
      margin-right: 3.5%;
      background-color: black;
      display: inline-block;
      float: none;
      }
      
      
    .profile-left {
      border: 3px solid white;
      margin-right: 1%;
      margin-bottom: 30px;
      padding: 1.5%;
      padding-left: 2%;
      padding-right: 2%;
      float: left;
      background: blue;
      text-align: center;
      
    }
      
    .profile-right {
      border: 3px solid white;
      margin-left: 35%;
      padding: 1%;
      padding-left: 2%;
      padding-right: 2%;
      padding-top: 0.5%;
      text-align: left;
      background: blue;
      }
      
      .profile-box {
        border: 2px solid #0e8a00;
        padding: 3%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 18%;
        margin-right: 18%;
        background-color: black;
        text-align: center;
      }
        
    .box-inner {
      border: 2px solid #0e8a00;
    padding: 1.5%;
    margin: 1%;
    background-color: black;
      }
        
    .roundimg {
      margin-bottom: 3%;
      -webkit-filter: drop-shadow(5px 5px 5px #222);
      filter: drop-shadow(5px 5px 5px #222);
    }
        
    .spacey2 {
      font-weight: bold;
      font-size: 17px;
      margin-right: 3%;
      }
      
      .center { 
        display: block; 
        margin-left: auto; 
        margin-right: auto; 
        width: 50%; 
      }
      
      .botones {
        max-width: 150px;
      }
      
      .botones:hover {
        border-color: white;
        box-shadow: 0 0 15px white;
      }
      
      .flexbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 25px;
      }
      
      .center2 {
        text-align:center;
      }
      
      .banner {
        display: block; 
        margin-top: 20px;
        margin-left: auto; 
        margin-right: auto; 
        width: 50%; 
      }
      
      .banner:hover {
        display: block; 
        margin-left: auto; 
        margin-right: auto; 
        width: 50%; 
        box-shadow: 0 0 20px white;
      }
      
      .flexbox2 {
        display: flex;
        justify-content: center;
        margin-top: -45px;
      }
      
      .imgtxt {
        align-self: center;
      }
      
      .flexbox3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin-bottom: 25px;
      }