*{
    background-color:#D3D3D3
    
} 
@keyframes change-color {
    0% { color: crimson; }
    33% { color: palevioletred; }
    56% { color: brown; }
    66% { color: purple; }
    76% { color: mediumorchid; }
    100% { color:darkblue; }
  }
  
  .change-color {
    animation: change-color 2s linear infinite;
    text-decoration: none;
    text-align: center;
  }
  

  @keyframes change-color2 {
    100% { color:darkblue; }
    76% { color: mediumorchid; }
    66% { color: purple; }
    56% { color: brown; }
    33% { color: palevioletred; }
    22% { color: rgb(89, 66, 71); }
    11% { color:rgba(240, 128, 128, 0.553); }
    0% { color: rgb(220, 20, 20); }
  }


  .change-color2 {
    animation: change-color 4s linear infinite;
    text-decoration: none;
    display: inline-block;

  }
marquee{
  font-size: 2rem;
  animation-duration: 3s;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: calc();
}

h1{
    /* color:rgb(255, 0, 144);
     */
     font-size: 50px;
    text-align: center;
    text-align: center;

    /* text-decoration: underline; */

}

    img {
        width: 100%;
    height: 100%;
    object-fit: cover;
      }

    .container{
      
      text-align: center;
    }
form{
    text-align:center ;
}
form{
    text-align: center;

}
label{
    color: crimson;
    background-color: black; 
     margin: 10%; 
     /* text-align: center;  */
}

  



h2{
    color: dodgerblue;
     font-weight: lighter;
}

a{
    text-align: center;
    font-style: italic;
    font-weight: 900;
    font-size: larger;
    font-weight: bolder;
    text-align: center;
text-decoration: none;
}


    a:hover{
        
        color: crimson;
        cursor: pointer;
        

        
    }
    
    .container2{
      text-align: center;
    }
.button{
  text-align: center;
    text-align: center;
    display: inline-block;
    padding: 6px 8px;
    border: 3px solid #fff;
    color:black;
    text-decoration:none;
    transition: all 0.3s ease-out;
    cursor: pointer;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .2), inset -
    3px -3px 9px rgba(0, 0, 0, .2);
    transition: all ease-in-out 50ms;
    outline: none;
    display: inline-block;
    line-height: normal;
    overflow: visible;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: 7em;
    padding: 0.5em 1em;
    margin: 0.2em 0.3em;
    background: transparent;
    border-radius: 0.3em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.button:hover{
    color: crimson;
    border: 2px solid black;
    padding: 8px 16px;
    cursor: pointer;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, .2), inset -
    3px -3px 9px rgba(0, 0, 0, .2);
    

}


  
  h5 {
    font-size: 25px;
    font-weight: bold;
  }

  

  footer{
text-align: center;
font-size: 200%;
font-weight: bolder;
font-style: italic;
  }
  footer:hover{
    color: crimson;
  }
  
