body {
    text-align: center;
    background-color: #0000;
    color: #242424;
    
   }
   
   .password{
   background-color: white;
   margin-top:20px;
   border: solid 1px black;
   border-radius: 25px;
   width: 100%;
   height: 50px;
   text-align: center;
   
   }
   
   #pass{
   font-size: 30px;
   font-family: SF Pro Display;
   }
   
   h1 {
    color: #0077B6;
    font-family: SF Pro Display;
    font-size: 28px;
    margin-top: 20px;
   }
   
   button{
   border: solid 1px black;
   border-radius: 10px;
   height: 30px;
   margin-bottom: 25px;
   background-color: lightGreen;
   box-shadow: 0 1.5px darkGreen;
   }
   button:active{
    
   }
   
   
   #mensaje {
    border: solid 1px darkGray;
    padding: 10px;
    border-radius: 5px;
    background-color: lightGray;
   }
   
   .a{
   background-color: #242424;
   padding: 30px 12px 50px 12px;
   margin: 10px;
   border: solid 1.7px black;
   border-radius: 15px;
   box-shadow: 7px 7px 10px rgba(0,0,0,0.15);
   }
   
   a {
    text-decoration: none;
    color: darkGreen;
    
   }
