/*Options Home screen */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: Arial, sans-serif;
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
}

h1 {
  margin-bottom: 40px;
  font-size: 60px;
  
  color: #2f2e2e;
}

.options {
  display: flex;
  gap: 40px;
  font-family: "museomoderno", sans-serif;
  font-weight: 400;
  font-style: normal;;
}

.option1 {
  padding: 20px 40px;
  background-color: #262626;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.option1:hover {
  background-color: #404040;
  transform: scale(1.05);
}

.option2 {
  padding: 20px 40px;
  background-color: #BFB3A4;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.option2:hover {
  background-color: #BFB9B4;
  transform: scale(1.05);
}


/* Dark side */

#Dh1 {

    font-size: 90pt;
    font-family: "retros", sans-serif;
    font-weight: 300;
    font-style: normal;;
    color:#F2F2F2;


}

#Dh2 {
    color:#F2F2F2;
    font-size: 15pt;
    font-family: "museomoderno", sans-serif;
  font-weight: 400;
  font-style: normal;;


}

#Dimage {

 display:flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
    background-color: #595959;
    margin: 40px;
    width: auto;
    height: 550px;
    object-fit: fill;

}
.dp {
    font-family:serif;
    color:#F2F2F2;

}


.Dcolumns123 {
    display:flex;
    height:500px;
    justify-content:space-evenly;
    align-items:normal;
    flex-wrap: nowrap;
    margin: 40px;
    
    
    background-color:#404040;
    



}

.Dcolumns123 > div {
    background-color:#595959;
    width: 250px;
    margin: 33px;
    text-align:center;
    line-height: 30PX;
    font-size:15px;
    


}

.Dheader {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background-color:#404040;
    width: 1000;
    margin: 40px;
    text-align: center;
    height: 170px;
}

.Dheader2 {
    display:flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
    background-color: #595959;
    margin: 40px;
    width: auto;
    height: 90px;
}


/* Light Side */
#Lh1 {

  font-size: 90pt;
  font-family: "retros", sans-serif;
  font-weight: 300;
  font-style: normal;;
  color:#55514e;


}

#Lh2 {
  color:#55514e;
  font-size: 15pt;
  font-family: "museomoderno", sans-serif;
font-weight: 400;
font-style: normal;;


}

#Limage {

display:flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
  background-color: #595959;
  margin: 40px;
  width: auto;
  height: 550px;
  object-fit: fill;

}
.Lp {
  font-family:serif;
  color:#413e3c;

}


.Lcolumns123 {
  display:flex;
  height:500px;
  justify-content:space-evenly;
  align-items:normal;
  flex-wrap: nowrap;
  margin: 40px;
  
  
  background-color:#BFB3A4;
  



}

.Lcolumns123 > div {
  background-color:#eee1d6;
  width: 250px;
  margin: 33px;
  text-align:center;
  line-height: 30PX;
  font-size:15px;
  


}

.Lheader {
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-color:#8C8681;
  width: 1000;
  margin: 40px;
  text-align: center;
  height: 170px;
}

.Lheader2 {
  display:flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
  background-color: #A69F92;
  margin: 40px;
  width: auto;
  height: 90px;
}
