h1{
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 30px !important;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

header{  
    padding:30px;
    height: 55vh;
    background-image: url('https://images.pexels.com/photos/131634/pexels-photo-131634.jpeg?cs=srgb&dl=pexels-fwstudio-131634.jpg&fm=jpg');
    background-position: center;
    background-size: cover;
}

.header{
    margin:40px auto;
    padding-bottom: 40px;
}

.header-btn{
    margin: 30px  auto;
    text-align: center;
   
}

.logo{
    height: 70px;
    width: 70px; 
    margin: 10px 20px;
  }

.header-btn a{
    border-radius: 5px;
    margin:5px;
    padding:7px 35px 7px 35px;
}

a.login{
    text-decoration: none;
    font-weight: 700;
    background-color: #385540;
    color:#fff;
}

a.login:hover{
    text-decoration: none;
    color:#385540;
    background-color: #fff;
}

a.register{
    text-decoration: none;
    font-weight: 700;
    background-color: #fff;
    color:#385540;
}


a.register:hover{
    text-decoration: none;
    color:white;
    background-color: #385540;
}


/* about section */
.about-section{
    margin: 80px auto;
    background-color: #f1ebeb;
    max-width:50%;
    padding:60px;
}

.about-section h2{
    font-weight: 500;
}
.text-center{
    align-items: center;
}

.about-section p{
    margin: 30px auto;
}


footer{  
    padding:10px;
    background-color: #000;
    color: #fff;
    padding-top:30px;
}


/*responsive design */

@media (max-width: 700px){
    header{  
        padding:15px;
        background-color: #c4c4c4;
        height: 40vh;
    }
    
    .header{
        margin:35px auto;
    }
    
    .header-btn{
        margin: 30px  auto;
        text-align: center;
    }
    
    .logo{
        width: 100%;
        height: 70px;
        width: 70px;
        margin: 10px auto;
        text-align: center;
      }

      .about-section{
        margin: 70px auto;
        background-color: #f1ebeb;
        max-width:80%;
    }
    .about-section h2{
        font-weight: 700;
    }

    .about-section p{
        margin: 20px auto;
    }

    footer{  
        padding:30px;
        background-color: #000;
        color: #fff;
    }
    
    

  
 
  
  
  }