
.bg-img{
    
    background-image: url('download\ \(2\).jpg'); 
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    height: 100vh; 
    width: 100%;
  
    display: flex;
    flex-direction: column;
   justify-content: center;
    align-items: center;
    color: white; 
    float: left;
}
.nav {
  background-color: black;
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.nav-links {
  list-style: none;
  display: flex;
  

 
}

.nav-links a {
  text-decoration: none;
  color: white;
  margin: 0 15px;
}
.content{
    height: 180px;
    width: 90%;
    background-color: rgba(206, 198, 198, 0.896);   
    border-radius: 80px; 
}
.inputs{
    padding: 40px;
 
    text-align: center;
}
.btn{
     color:white; 
     background-color:rgb(83, 7, 7);
      width: 140px;
       height: 40px;
        font-size: medium;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 
        border-radius: 20px; 
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        line-height: 30px;
        margin: 0 auto;
        display: block;

}
