:root {
      --main-text-color: #6F4D29;
      --bg-color: #F4E3C6;
   
}
body{
    background-color: var(--bg-color);
    transition: all 0.3s ease;
}
body.dark-theme {
    --main-text-color: #F4E3C6;
      --bg-color: #463f33;
}
h1{
    color: #6F4D29;
    font-size: 70px;
    text-align: center;
}

ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-top: 3px solid #D6C4A9;
  border-bottom: 3px solid #D6C4A9;
  gap: 40px;
}

li a {
  display: block;
  color: var(--main-text-color);
      transition: color 0.3s ease;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #5e574c;
}
#homeimg{
    width: 30%;
    margin-top: 50px;
    margin-left: 220px;
    border-radius: 4%;
}
.rec{
   margin-top: 50px;
   margin-left: 370px;
width: 500px;
height: 330px;
border: 1px solid black;
 border-radius: 4%;
 padding: 20px;
 padding-top: 30px;
}
#name{
    margin: 20px 0;
    margin-left: 25px;
    background-color: #c6b9a1;
    width: 440px;
    height: 25px;
    border: none;
}
#lname{
    margin-top: 5px;
    margin-left: 25px;
}
#message{
    width: 440px;
    height: 165px;
    margin-top: 20px;
    margin-left: 25px;
    border: none;
    background-color: #c6b9a1;
}
#lmessage{
    margin-top: 45px;
    margin-left: 25px;
}
#homeimgw{
    width: 30%;
    margin-top: 50px;
    margin-left: 440px;
    border-radius: 4%;
    cursor: pointer;
}
#img{
    width: 30%;
    margin-top: 50px;
    margin-left: 660px;
    border-radius: 4%;
}
#phome{
    font-size: 45px;
    color: var(--main-text-color);
      transition: color 0.3s ease;
}
#wel{
    font-size: 55px;
    text-align: center;
    color: var(--main-text-color);
      transition: color 0.3s ease;
}
#sound{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#theme{
    position: absolute;
    top: 10px;
    right: 70px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 30px;
}
#title{
    color: var(--main-text-color);
      transition: color 0.3s ease;
}
.gar {
    visibility :hidden ;
    margin-top: 5px;
  
   border-radius: 4%;
   text-align: center;
}  
.gal {
    visibility : hidden;
    margin-top: 5px;
   border-radius: 4%;
   text-align: center;
}
.on {
  border-radius: 4%;
}
#imgg1 {

    margin-top: 50px;
    margin-left: 220px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
#imgg3 {
    margin-top: 50px;
    margin-left: 220px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
#imgg5 {
    margin-top: 50px;
    margin-left: 220px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
#imgg7 {
    margin-top: 50px;
    margin-left: 220px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
#imgg9 {

    margin-top: 50px;
    margin-left: 220px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
#imgg2 {
    margin-top: 50px;
    margin-left: 650px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
#imgg4 {
       margin-top: 50px;
    margin-left: 650px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
#imgg6 {
      margin-top: 50px;
    margin-left: 650px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
#imgg8 {
       margin-top: 50px;
    margin-left: 650px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
#imgg10 {
    margin-top: 50px;
    margin-left: 650px;
   height: 330px;
   width: 300px;  
   border-radius: 4%;
}
.imgsize {
    margin-top: 5px;
    margin-left: 7px;
    margin-right: auto;
    width: 95%;
    border-radius: 4%;
}
#blur {
     margin-top: 5px;
    margin-left: 1180px;
    margin-right: 8px;
    width: 50px;
    height: 30px;
    border-radius: 4%;
}
#submit {
    margin-top: 20px;
    margin-left: 185px;
    width: 100px;
    height: 30px;
    border-radius: 4%;
    background-color: #c6b9a1;
    color: var(--main-text-color);
      transition: color 0.3s ease;
}   
