* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
  }
  
.btn{
    background-color:  rgb(253, 114, 0);
    color: black;
    font-weight: bold;
}
.btn:hover{
        background-color:  rgb(253, 114, 0);
    color: black;
    font-weight: bold;

}

.imager {
  background-image: 
    linear-gradient(rgba(37, 43, 65, 0.719), rgba(37, 43, 65, 0.945)), 
    url('image/1600w-kXgHY9jzRZg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}
a{
    text-decoration: none;
}






