#colorblue{
  color:white;
}
#name{
color: white;
font-size: 30px;
  position: absolute;
    bottom: 10%;
    margin-left: 20%;
    font-weight: bold;
    letter-spacing: 10px;
    transform:scaleY(1);
    text-shadow: 1px 0px 4px rgba(0,0,0,0.59);
  }
#card{
  -webkit-box-shadow: 0px 0px 2px 1px rgba(31,62,146,1);
-moz-box-shadow: 0px 0px 2px 1px rgba(31,62,146,1);
box-shadow: 0px 0px 2px 1px rgba(31,62,146,1);

}
#card-header{
  background: #1f3e92;
  color: white;
  font-family: 'Noto Sans', sans-serif;
  padding-top: 2px; 
  padding-bottom:2px;
}
body::-webkit-scrollbar {
    width: 5px;
    background:#BFBFBF;
   
  
  }
  
  body::-webkit-scrollbar-thumb {
    background: #396e96;
    border-radius: 10px;
   
    
  }
  body{
      overflow-x:hidden;
  }
  body { scroll-behavior: smooth; }
  
.animacionmenu{
   
    transform-style: preserve-3d;
   transition: all ease-in-out .3s;
   color: white;
   }
   .animacionmenu:hover{
   
    transform: translateX(20px);
   }
   .scrollable-place {
    height: 1000px;
}
  
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
