body{
  margin-left: 20px;
}

.menu-tabs input[type="radio"] {
  display: none;
}

.menu-tabs label {
  margin-right: 12px;
  cursor: pointer;
  font-weight: bold;
}

.content {
  display: none;
  margin-top: 20px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

#welcome2025{
  text-align: left;
  width: 300px;
  line-height: 1.6;
  word-break: keep-all;
}

#newyear2025{
  width: 60vw;
}


#reverse{
  text-align: left;
  width: 300px;
  line-height: 1.6;
  word-break: keep-all;
}

#reverse2025{
  width: 60vw;
}