

body{
    background-image: url('bg_home.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 7px;
    height: auto;
    width: auto;
    background-attachment: fixed; 
  background-size: 100% 100%;
  }
 .b{
    background-color: rgba(245, 201, 169, 0.344);
    background-size: cover;
   width:100%;
   height: 175px;
   text-align: center;
   font-size: 25px;
   margin-top: 500px;

   position: absolute; /* Position the element */
    bottom: 0; /* Align to the bottom of the page */
   
    text-align: center; 
    font-size: 25px;
   
    padding: 20px 0; 
    z-index: -1;
}
 
.f {
    margin-top: 20px;
}


#nav {
    list-style-type:  none;
   
    font-size: 29px;
    position: relative/absolute; 
   text-align:right; 
    
    

}


h1{
    font-size: 150px;
    text-align:center;
    color: rgb(254, 130, 41);
    -webkit-text-stroke-width:2px ;
    -webkit-text-stroke-color:black ;

}
img
{
width: auto;

}
h3{
   
    text-decoration: underline;
}

h4{
    font-family: cursive;
    text-align: center;
}
#nav li
{
    display: inline-block; /* Display menu items horizontally */
    margin-right: 10px; /* Add spacing between menu items */
   margin-bottom: 12px;
}
#nav li a 
{
    text-decoration: none;
    color: #5f615f;
    font-weight: bold;
   margin-top: 25px;

}
 
#nav li a:hover
 {
    color:white;
    background-color:#ff8000;
  }

.button{
    background-color: rgb(83, 190, 233);
    color:black;
    width: 120px;
    height: 70px;
    font-size: 2rem;
    margin-left: 700px;
    border-radius: 30px;
}



.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 300px;
    border-radius: 30px;
  }
  
  
  .dropdown-container {
    display: flex; 
  }
  
  
  .dropdown {
    margin-left: 25px; 
  }
  
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 350px;
  }
  

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  
  .dropdown:hover .dropbtn {
    background-color: #3e8e41;
  }
  .digi 
  {
    background-color: #d27a22;
    color: #ff8000;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 250px;
    border-radius: 30px;
    text-decoration: none;
  }

  .a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a h1 {
    margin-bottom: 0; 
    
}

.a p {
    margin-top: 0; 
    color: rgb(26, 25, 25);
    font-size: 50px;
    -webkit-text-stroke-width:1px ;
    -webkit-text-stroke-color:black ;
}

a:link{
  text-decoration: none;
}
.b p{
align-content: center;
}