

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('thumb-1920-559128.jpg');
    
    
   
}





#text1 {
    color: white;
    font-size: 75px;
    font-weight: bold;
    font-family: "Montserrat", "consolas" ;
    text-align: center;
    position: relative;
    top: 50px;
}
h5 {
    color: white;
    font-size: 20px;
    font-family: "Montserrat", "consolas";
    position: relative;
    bottom: 20px;
    text-align: center;
    position: relative;
    top: 35px;
    
    
}


.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 10px;
    
}

p {
    color: aliceblue;
    font-family: "Oswald", "consolas";
    font-size: 20px;
    text-align: left;
}


    
button {background-image: linear-gradient(to right, #004e92  51%, #000428  100%)}
button {
   margin: 10px;
   padding: 15px 40px;
   position: relative;
   left: 17cm;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;           
   border-radius: 10px;
   display: block;
   border: none;
   font-family: "Montserrat", "consolas";
   position: relative;
   top: 150px;
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }


     button:hover {
       background-position: right center; /* change the direction of the change here */
       color: #fff;
       text-decoration: none;
     }
    



button:hover {
    background-color: skyblue;
    color: aliceblue;
    transition: 0.5s;
    cursor: pointer;

}
#btn {
    margin-top: 20px;
}