body {
    background-image: url('/Image/background.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

 h1{
    color: #525c4e;
 }
 h3{

    color:  #9b7871 ;
 }
  
  .text{
    height: 30px;
    width: 300px;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    color:black;
    margin-right: 3rem; 
    margin-top: 3rem; 
    
  
  }




  body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .topnav {
    overflow: hidden;
    background-color:  #a78d8d;
    position: sticky;
    top: 0;
  }
  
  .topnav a {
    float: right;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    transition: 1s ease-in-out;
  }
  
  .topnav a:hover {
    background: #e0cccc;
    
   box-shadow: 2px 1px 3px black;

  }
  
 

  .container {
    display: flex;
    align-items: center;
    justify-content: center
  }


   footer{
       height: 30px;
       width: 200px;
       position: absolute;
       bottom: 0;
       margin-left: 700px; 
   }
  

 