/* #wrapper{
    opacity : 0;}

#loading{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 44px;
    color: #842f1d;
    text-align: center;
}     


p{opacity : 0;}
b{opacity : 0;}

*/














































body{background-color: white;}






@media (min-width: 481px) {

   #imgmobiloader{ display: none;}
   #imgceluloader{ display: none;}
   #imgloader{ 
    opacity: 0; 
    position: absolute;
    top: 0;
   }

    body{
        
        font-family: 'Montserrat', sans-serif;
        padding: 50px;
    }
    
    #wrapper{
      
      padding: 0;
      width: 1280px;
      margin: auto;
           
        
    }
    
    #header{
        display: flex;
        justify-content:space-between;
    }
    
    #contenedorheader{
        width: 900px;
    }
    
    #nombre{
        font-weight: bolder;
        color: #842f1d;
    margin-top: 0;
        padding: 30px;
    padding-top: 0px;
    padding-left: 0;
    }
    
    #headertitle{
    margin-top: 0;
    padding-top: 0px;
    font-size: 70px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }
    
    #headersubtitle{
        
        font-size: 39.5px;
        display: block;
    }

    #contenedorhello{
        display: flex;
        flex-direction: row;
        justify-content:space-between;
        align-items: center;
    }
    
    #hello{
        width: 75%;
        display: flex;
        justify-content:start;
        align-items: center ;
    }
    
    #hellotexto{
        font-weight: 400;
        font-size: 35px;
        background-color: #b14015;
        color: white;
        padding: 30px;
    
    }


    
    #helloflecha{    
        background-image: url("img/flecha.png");
        width: 35px;
        height: 64px;
      
    }

    
    
    #lenguaje{
        text-decoration: none;
        font-weight: bolder;
        color: #842f1d;
        text-align: center;
    }
    
    #lenguaje a{
        text-decoration: none;
        font-weight: bolder;
        color:#b14015;
        text-align: center;
    }
    
    
    
    #lenguaje #contactmelenguaje{
        display: block;
       margin-bottom: 5px;
        background-color: #b14015;
        color: white;
        font-size: 33px;
        border-radius: 52px;
        text-decoration: none;
        padding: 15px;
    }
    
 
    
    #carita{
        overflow: hidden;
        display: block;
        position: relative;
      
        width: 300px;
        height: 300px;
    }
    
@keyframes manoanima {
    0%{transform: rotate(-10deg);}
    50%{transform: rotate(20deg);}
    100%{transform: rotate(-10deg);}    
}


    #mano{
        animation-name: manoanima;
        animation-duration: 4s;
        transform-origin: 250px 320px ;
        animation-iteration-count: infinite;
        top: 50px;
        width: 300px;
        height:  300px;
        position: relative;
        left: 120px;

        background-image: url("img/brazo.svg");
        background-size: 100%;
        background-repeat: no-repeat;        
    }

    #caritafondo{ 
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f7b55e;
        width:  100%;
        height: 100%;
        background-image: url("img/caritaprofile.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
    }
    
    #bannercontenedor{ 
        margin: 50px 0 15px 0;
        background-color: #842f1d;
        width: 1280px;
        height: 400px ;
        overflow: hidden;
    
    }
    
    #banner{
       
        background-color: #842f1d;
        color: white;
        width: 3840px;
        height: 400px ;
        position: relative;
        display: flex;
        justify-content: left;
    
    }
    
    
    .titlebannert{
        font-size: 35px;
        font-weight: bolder;
        background-color:#b14015;
       padding: 32px;
       padding-bottom: 0;
       width: 400px;
      
    }
    
    .textobannert{
        font-weight: 400;
        padding: 32px;
        padding-top: 2px;
        background-color:#b14015;
        width: 400px;
    }
    
    #banner > div {
        padding: 20px;
        font-size: 25px;
        background-color:#f7b55e;
        width: 1280px;
        height: 400px ;
        margin: 0;
       
    }
    
    #banner1{
        background-image: url("img/banner1.jpg");
        background-repeat: repeat;
        background-size: cover;
    }
    
    #banner2{
        background-image: url("img/banner2.jpg");
        background-repeat: repeat;
        background-size: cover;
    }
    
    #banner3{
        background-image: url("img/banner3.jpg");
        background-repeat: repeat;
        background-size: cover;
    }
    
    
    
    
    #botonera {
        display: flex;
        height: 30px;
        justify-content: center;
        margin: 0 auto 0 auto;
    }
    
    #botonera > div{
        margin: 0 25px 0 25px;
       
        width: 20px;
        height: 20px;
        display: block;    
        background-color: #842f1d;
    }
    
    #muestrariocontenedor{
        width: 1280px;
        height: 1300px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        
    }
    
    #muestrariocontenedor > div{
        width: 31%;
       height: 31%;
       background-color:#b14015
      
    }

    
    
    #muestrarioImagen1{
        background-size: cover;
        background-image: url("img/imagen1preview.jpg");
    }
    
    #muestrarioImagen2{
        background-size: cover;
        background-image: url("img/imagen2preview.jpg");
    }
    
    #muestrarioImagen3{
        background-size: cover;
        background-image: url("img/imagen3preview.jpg");
    }
    
    #muestrarioImagen4{
        background-size: cover;
        background-image: url("img/imagen4preview.jpg");
    }
    
    #muestrarioImagen5{
        background-size: cover;
        background-image: url("img/imagen5preview.jpg");
    }
    
    #muestrarioImagen6{
        background-size: cover;
        background-image: url("img/imagen6preview.jpg");
    }
    
    #muestrarioImagen7{
        background-size: cover;
        background-image: url("img/imagen7preview.jpg");
    }
    
    
    #muestrarioImagen8{
        background-size: cover;
        background-image: url("img/imagen8preview.jpg");
    }
    
    #muestrarioImagen0{
        background-size: cover;
        background-image: url("img/imagen0preview.jpg");
    }

    @keyframes hovermuestraP {
        0% {opacity: 1;}
        100% {opacity: 0.5;}
     }
 
     .muestrahover:hover{
         animation-name: hovermuestraP;
         animation-duration: 0.7s;
         animation-iteration-count:1;
         animation-fill-mode: forwards;
     }
    
    
    #preview{
        display: none;
        border: #842f1d solid 10px;   
        background-color: white;
        width: 80%;
        height: 650px;
        margin: auto;
        position: absolute;
    
        top: 50%;
    
        left: 50%;
        transform: translate(-50%, 0);
    }
    
    #closepreview{
        width: 53px;
        height: 53px;
        display: block;
        
        padding: 5px;
        text-align: center;
    
        position: absolute;
        left: 100%;
        transform: translate(-100%, 0);
        user-select: none;
        
        background-color:#842f1d;
        color: white;
        font-weight: bolder;
        font-size: 33px;
          
       
    }



    
    #sociallinks{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 1000px;
        
    }
    
    #caritasocial{
      
        background-image: url("img/socialcarita.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        width: 400px;
        height: 1000px;
      
    }

    #sociallinksinterior{
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
    }
    
   
    
    #sociallinksinterior > div{
        display: flex;
        margin-left: 25px;
      
    }
    
  
    
    
    .titlesocial{
      
        font-weight: bolder;
        color: #842f1d;
        font-size: 60px;
        display: block;
        text-align: center;
        margin: 53px;
    }
    
    .socialsubtitle{
      
        font-weight: bolder;
        color: #842f1d;
        font-size: 40px;   
    }
    
    .textosocial{
        margin-left: 30px;
        text-decoration: none;
        color: black;
        font-size: 45px;        
        font-weight: 400;
    }
    
    .textosocial a{
        text-decoration: none;
        color: #842f1d;
      
    }



    
    #footer{
        font-size: 33px;
        margin-top: 55px;
        text-align: center;
    }
    
    #artcrypto{
       margin-top: 0;
        display: flex;
        justify-content: space-between;
    
    }
    
    #skills{
        height: 1500px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    #skillsdibujito {
        background-color: #842f1d;
        background-image: url("img/skills.jpg");
        width: 27%;
      height: 100%;
      background-size: cover;
     
    }
    #textoskills{
        padding-right: 55px;
        font-weight: 400;
        font-size: 32px;
        width: 70%;
      
    }
    
    #textoskills p{
    margin: 2px;
    margin-bottom: 31px;
    font-weight: 400;
    }
    
    .lenguajeespeng:hover{
        cursor: pointer;
    }
    
    
    .skillsspan{
        margin-bottom: 2px;
      font-weight: bolder;
      color: #842f1d;
      font-size: 40px;
      display: block;
    }
    
    .skillsspan:hover{
        cursor: pointer;
    }
    
    .muestrarionft {
       
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    
    }
    
    .muestrarionft > video{
        margin-bottom: 33px;
    width: 400px;
    height: 400px;
    background-color:#b14015
    
    }

    
    #preview{
        
        position:absolute;
       
    
    }
    
    #previewflex{
       
        margin: auto;
       
        margin-bottom: 2.5%;
        display: flex;
        width: 90%;
        height: 100%;
        justify-content: space-between;
       align-items: center;
      
    }
    
    #previewimage{
        width: 74%;
        height: 90%;
        background-position: center;
        background-repeat: no-repeat;
        background-size:  contain;
        
        margin-right: 20px;
        
       
    }
    
    #textoimage{
        width: 25%;   
       font-size: 30px;
       font-weight: 400;
       
    }
    
    #textoimage b{
       color:#b14015
    }
    
    
    #footer a {text-decoration: none; color: #b14015; font-weight: 400;}
    
    #footerfinal{
        width: 100%;
       
        text-align: center;
        font-size: 33px;
        font-weight: bolder;
        color: #842f1d;
        text-decoration: none;
        margin-top: 33px;
    }
    
    #footerfinal a{
        margin: 15px;
        text-align: center;
        font-size: 33px;
        font-weight: bolder;
        color: #842f1d;
        text-decoration: none;
        margin-top: 33px;
    }

}



















































































@media (max-width: 960px) {


    #imgceluloader{ display: none;}
    #imgloader{ display: none; } 
    #imgmobiloader{ 
        opacity: 0; 
        position: absolute;
        top: 0;
       }

    body{
        padding:50px;
        margin: 0;
    }

    #wrapper{
        padding: 0x;
        width: 100%;
        margin: 0 auto 0;      
 }
 
 #contenedorheader{
    width: 70%;
}
#headertitle{
    font-size: 30px;
    }
#headersubtitle{
        
        font-size: 17px;
        display: block;
}
#lenguaje{
    font-size: 15px;
}

#lenguaje #contactmelenguaje{
    padding: 5px;
    font-size: 15px;
   
}

#hellotexto{
   font-size: 3vw;
    padding: 10px 20px 10px 20px;

}


#carita{
    width: 250px;
    height: 250px;
    background-position: center;
    background-size: cover;
}

#bannercontenedor{ 
    height: 1000px ;
    width: 100%;
    padding: 0;;
   
}   

#banner{
    width: 300%;
    height: 1000px ;
    margin: 0;
    padding: 0;
}

.titlebannert{
    width: 100%;
  background-color:#b14015;
  padding: 5% 0 1% ;
  text-align: center;
}


.textobannert{ 
    text-align: center;
    padding: 1% 5% 2% 5%;
    padding-top: 2px;
    width: 90%;
}

#banner > div {
    flex-direction: column;
    margin: 0;
    padding: 0;
    font-size: 30px;
    width: 100%;
    height: 1000px ;
}

#banner1{width: 800px;
    background-image: url("img/mobilecelu1.jpg");
    background-repeat: repeat;
    background-size: 100%;
    background-position: bottom;
}

#banner2{
    background-image: url("img/mobilecelu2.jpg");
    background-repeat: repeat;
    background-size: 100%;
    background-position: bottom;
}

#banner3{
    background-image: url("img/mobilecelu3.jpg");
    background-repeat: repeat;
    background-size: 100%;
    background-position: bottom;
}


#muestrariocontenedor{
    width:100%;
    height: 550px;
  
    
}


#skills{
 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#skillsdibujito {
    background-color: #842f1d;
    background-image: url("img/skills.jpg");
   background-position: center;
    width: 27%;
  height: 100%;
  background-size: cover;
 
}


#textoskills{
    padding-right:0;
    width: 70%;
  font-size: 3.1vw;
}
.skillsspan{
    font-size: 27px;
}



.imagensocial img{
    width: 50px;
}

#mano{
    display: none;
}

#caritasocial{       
    background-image: url("img/socialcaritattab.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    width: 400px;
    height: 1000px;   
}


#caritafondo{   
    background-color: #f7b55e;
    width:  100%;
    height: 100%;
   
    background-image: url("img/caritaprofile.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

#mano{
    display: none;
}

#sociallinksinterior{
    width: 65%;
    height: 100%;
}


.titlesocial{
    font-size: 45px;
    margin: 53px;
}

.socialsubtitle{
    font-size: 30px;   
}

.textosocial{
    margin-left: 20px;
    font-size: 25px;        
}

.textosocial a{
    text-decoration: none;
}

#blochaintitle{
        margin-bottom: 0;
}

.muestrarionft {

   
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: start;
    flex-wrap: wrap;
   margin: 0;
   

}

.muestrarionft video{
    margin: 0;
   width: 30%;
   height: 30%;
   margin: 0;
   margin-bottom: 11px;
}



#artcrypto{
     display: flex;
     justify-content: space-between;
   flex-wrap: wrap;
 
 }

 .titlesocial{
    font-size: 4.5vw;
}

#previewflex{
       
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    flex-direction: column;
    width: 80%;
    height: 100%;
    justify-content: center;
   align-items: center;
}

#previewimage{
    width: 100%;
    height: 50%;
    margin-bottom: 11px;
    
    background-repeat: no-repeat;
    background-size:  contain;
}

#textoimage{
    text-align: center;
    width: 100%;   
   
   font-size: 20px;
}




}
















































































@media (max-width: 475px) {

    #imgmobiloader{ display: none;}
    #imgloader{ display: none; } 
    #imgceluloader{ 
        opacity: 0; 
        position: absolute;
        top: 0;
       }

    body{
     
        display: block;
        width: 100vw ;
        background-color: #ffffff;
        font-family: 'Montserrat', sans-serif;
     
    }
    
    #wrapper{
        display: block;
      width: 350px;
      margin-left:auto;
      margin-right:auto;
           
        
    }
    
    #header{
        margin-top: 33px;
        display: flex;
        justify-content:space-between;
        flex-direction: column;
    }
    
    #contenedorheader{
        width: 350px;
    }
    
    #nombre{
        font-weight: bolder;
        color: #842f1d;
    margin-top: 0;
    padding: 20px;
    padding-top: 0px;
    padding-left: 0;
    text-align: center;
    }
    
    #headertitle{
    margin-top: 0;
    padding-top: 0px;
    font-size: 50px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height:40px;
    }
    
    #headersubtitle{
        margin-top: 11px;
        font-size: 32px;
        line-height:32px;
        display: block;
    
    }
    #hello{
        display: flex;
        justify-content:center ;
        align-items: center;
        flex-direction: column-reverse;
        width: 350px;
    }
    
    #hellotexto{     
        font-size: 36px;
        width: 300px;
        background-color: #b14015;
        color: white;
        padding: 25px;
        margin-top: -37px;
        text-align: center;
        font-weight: 400;
    }
    
    #helloflecha{    
        background-image: url("img/flecha.png");
      background-size: cover;
        display: block;
      width: 58px;
    height: 128px;
    transform: rotate(-90deg);
    margin-top: -70px;
      
    }
    
    #lenguaje{
       
        line-height: 37px;
        font-size: 33px;
        text-decoration: none;
        font-weight: bolder;
        color: #842f1d;
        text-align: center;
    }
    
    #lenguaje a{
        text-decoration: none;
        font-weight: bolder;
        color:#b14015;
        text-align: center;
    }
    
    
    
    #lenguaje #contactmelenguaje{
        display: block;
       margin-bottom: 5px;
        background-color: #b14015;
        color: white;
        padding: 11px 0 11px 0;
        font-size: 35px;
        border-radius: 52px;
        text-decoration: none;
       
    }
    
    #contenedorhello{
        display: flex;
        justify-content:center;
        align-items: center;
        flex-direction: column-reverse;
       
    }

    #mano{
   display: none;
    }

    
    #carita{
   
        width: 350px;
        height: 350px;
        margin-top: 33px;
    }

    #caritafondo{ 
       
    
        background-color: #f7b55e;
        width:  100%;
        height: 100%;
       
        background-image: url("img/caritaprofile.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    
    #bannercontenedor{ 
        margin: 50px 0 15px 0;
        background-color: #842f1d;
        width: 350px;
        height: 1000px ;
        overflow: hidden;
       
    }
    
    #banner{
       
        background-color: #842f1d;
        color: white;

        width: 350px;
        height: 1000px ;

        position: relative;
        display: flex;
        justify-content: left;
      
    
    }
    
    
    
    
    #banner > div {
        font-size: 30px;
        background-color:#f7b55e;
        width: 350px;
        height: 1000px ;
        margin: 0;
       
    }
    .titlebannert{
        text-align: center;
        font-size: 30px;
        font-weight: bolder;
        background-color:#b14015;
        padding: 30px;
       padding-bottom: 0;
       width: 290px;
      
    }
    
    .textobannert{
        text-align: center;
        padding: 30px;
        padding-top: 2px;
        background-color:#b14015;
        width: 290px;
        font-weight: 400;
    }
    
    #banner1{
       
        background-image: url("img/mobilecelu1.jpg");
        background-repeat: repeat;
        background-size: cover;
    }
    
    #banner2{
        background-image: url("img/mobilecelu2.jpg");
        background-repeat: repeat;
        background-size: cover;
    }
    
    #banner3{
        background-image: url("img/mobilecelu3.jpg");
        background-repeat: repeat;
        background-size: cover;
    }
    
    
    
    
    #botonera {
        display: flex;
        height: 50px;
        justify-content: center;
        margin: 0 auto 0 auto;
    }
    
    #botonera > div{
        margin: 0 35px 0 35px;
       
        width: 40px;
        height: 40px;
        border-radius: 40px;
        display: block;    
        background-color: #842f1d;
    }
    
    #muestrariocontenedor{
       
        margin-top: 33px;
        width: 350px;
       height: 3500px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        
    }
    
    #muestrariocontenedor > div{
        width: 350px;
       height: 350px;
       background-color:#b14015;
       margin-bottom: 22px;
      
    }
    
    
    #preview{
        display: none;
        border: #842f1d solid 10px;   
        background-color: white;
        width: 340px;
        height:  90%;
        margin: auto;
        position: absolute;
        top: 0px
        
    }
    
    #closepreview{
        width: 63px;
        height: 63px;
        display: block;
        
        padding: 5px;
        text-align: center;
    
        position: absolute;
        left: 100%;
        transform: translate(-100%, 0);
        user-select: none;
        
        background-color:#842f1d;
        color: white;
        font-weight: bolder;
        font-size: 33px;
          
       
    }
    #social{
        margin-top: 33px;
    }

    #sociallinks{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        
    }

    #sociallinksinterior > div{
        margin-left: 0px;
      
    }
    
    #caritasocial{
       
        background-image: url("img/socialcaritacelu.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        width: 350px;
        height: 440px;
        position: relative;
    }
    
    .imagensocial{
       margin: 10px 0 10px 0;
    }
    
    .socialitem{
        margin-top: 22px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        text-align: center;
    }
    
    
    
    .titlesocial{
        margin: 0px;
        font-weight: bolder;
        color: #842f1d;
        font-size: 35px;
        display: block;
        text-align: center;
    }
    
    
    .textosocial{
       
        text-decoration: none;
        color: black;
        width: 350px;
        font-size: 33px;
        font-weight: 400;
    }
    
    .textosocial a{
        font-size: 40px;
        text-decoration: none;
        color: #842f1d;
        
      
    }

    .socialsubtitle a{
        text-align: center;
        font-size: 40px;  
      
    }
    .socialsubtitle{
        text-align: center;
        font-weight: bolder;
        color: #842f1d;
        font-size: 40px;   
       
    }

    #blochaintitle{
        font-size: 35px;
    }
    
    #footer{
        font-weight: 400;
        font-size: 33px;
        margin-top: 55px;
        text-align: center;
    }


    
    #artcrypto{
       margin-top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        
    }
   
    
     #artcrypto > a div img{
        width: 160px;   
       
      }
    
    #skills{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    #skillsdibujito {
     
        background-image: url("img/skills.jpg");
        width: 350px;
        height: 1525px;
     
    }
    #textoskills{
        text-align: center; 
        font-weight:normal;
        font-size: 32px;
        width: 100%;
        font-weight: 400;
    }
    
    #textoskills p{
    margin: 2px;
    margin-bottom: 31px;
    }
    
    
    
    .skillsspan{
        margin-bottom: 2px;
      font-weight: bolder;
      color: #842f1d;
      font-size: 33px;
      display: block;
    }
    
   .muestrarionft {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    
    }
    
    .muestrarionft > video{
    width: 350px;
    height: 350px;
    background-color:#b14015;
    margin-bottom: 22px;
    
    
    }

   
    
    #previewflex{
       
        margin: auto;
        margin-top: 2.5%;
        display: flex;
        flex-direction: column;
        width: 80%;
        height: 90%;
        justify-content: space-between;
       align-items: center;
    }
    
    #previewimage{
        width: 300px;
        height: 95%;
        margin-bottom: 22px;
        background-position: center;
      
        background-repeat: no-repeat;
        background-size:  contain;
       
    }
    
    #textoimage{
        margin-top: 10px;
        text-align: center;
        width: 90%;   
       font-size: 22px;
       font-weight: 400;
    }
    
    #textoimage b{
        font-size: 22px;
       color:#b14015
    }
    
    #muestrarioImagen1{
        background-image: url("img/imagen1preview.jpg");
    }
    
    #muestrarioImagen2{
        background-image: url("img/imagen2preview.jpg");
    }
    
    #muestrarioImagen3{
        background-image: url("img/imagen3preview.jpg");
    }
    
    #muestrarioImagen4{
        background-image: url("img/imagen4preview.jpg");
    }
    
    #muestrarioImagen5{
        background-image: url("img/imagen5preview.jpg");
    }
    
    #muestrarioImagen6{
        background-image: url("img/imagen6preview.jpg");
    }
    
    #muestrarioImagen7{
        background-image: url("img/imagen7preview.jpg");
    }
    
    
    #muestrarioImagen8{
        background-image: url("img/imagen8preview.jpg");
    }
    
    #muestrarioImagen0{
        background-image: url("img/imagen0preview.jpg");
    }
    
    #footer a {
        text-decoration: none; 
        color: #b14015;  
        font-weight: 400;
    }
    
    #footerfinal{
        text-align: center;
        font-size: 33px;
        font-weight: bolder;
        color: #842f1d;
        text-decoration: none;
        margin-top: 33px;
        margin-bottom: 38px;
    }
    
    #footerfinal a{
        display: block;
        margin: 15px;
        text-align: center;
        font-size: 33px;
        font-weight: bolder;
        color: #842f1d;
        text-decoration: none;
        margin-top: 32px;
        margin-bottom: 22px;
    }
    

}