
body {
   
    background-color: white;
    color: black;
    font-size: 25px;
  }
  
  .dark-mode {
    background-color: black;
    color: white;
  }

.head{
   
    height: auto;
    width: 100%;
    display: flex;
    background-color: lightgray;
}

.head2{
    width: 25%;
    height: 100%;
  
}

.head2 a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: black;
 
}
.language{
    margin-top: 25px;
}


.head2 p {
    font-size: 16px;
    margin-left: 20px;
    margin-top: 14px;
}

.head2 button{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 02px;
    border: none;
    margin-top: 05px;
    margin-left: 20px;
    background: none;
    border-radius: 16px;
}

.dark-mode .head {
    background-color: #333 !important;
}

.dark-mode .head2 button  {
    color: black;
    background-color: white;
}

@media (min-width: 280px) and (max-width: 600px){
.hds{
    display: none;
}

.head2 p {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 14px;
}
}