* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}

body {
    
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    overflow: auto; 
}

.hm {
    width: 40%; 
    margin: 20px auto;
    height: 2px;
    opacity: 0.8;
    background-color: black;
    box-shadow: 2px 10px 10px rgba(22, 22, 22, 0.2);
}

.page1{
    
    background-size: cover;
    background-position: center center ;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    
} 



.about {
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    overflow: hidden;
    font-family:sans-serif;
    margin-left: 80px;
    margin-right: 80px;
    
}



.us{
    padding-top: 50px;
    text-align: center;
    margin-bottom: 20px;
    color: black;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-left: 80px;
    margin-right: 80px;
}

.page2{

    margin: 10px;
    padding: 20px;
    text-align: center;
    height: 100vh;
    width: 100%;
    
}

.btn{
    text-decoration: none;
    color:rgb(127, 109, 122) ;
}

.btn:hover{
    color: black;
}

.n{
    text-decoration: none;
    color: black;
}

.n:hover{
    color: chartreuse;
    transform: translateY(-5px);
}

