.Divhed {
        top: 0px;
        left: 0px;
        width: 100%;
  background-color: white;
  text-align: center;
 
}

h1 {
  font-family: "Oswald";
  font-size: 28;
  color: darkred;
}

h2 {
 font-weight: 600;
  font-family: "Oswald";
  font-size: 28;
 color: white;
 margin-top:110px;
}

h3 {
    font-weight: 600;
    font-family: "Oswald";
    font-size: 16;
    color: white;
    
}

h4 { font-weight: 600;
     font-family: "Oswald";
     font-size: 8;
     color: darkred;
}

.img1 {
        position: absolute;
        top: 20px;
        right: 20px;
        height: 60px;
        width: 60px;
        pointer-events: none;
}

.img2 {
        pointer-events: none;
        width: 300px;
        pointer-events: none;
}

.Divbod {
    text-align: center;
    color: red;
      font-family: "Oswald";
      font-size: 20px;
      font-weight: 600;
}

.DivbodH {
   top: 4010px;
    text-align: center;
    color: red;
      font-family: "Oswald";
      font-size: 28px;
      font-weight: 600;
}

.DivbodH2 {
    text-align: center;
    text-decoration-line: underline;
    color: darkblue;
      font-family: "Oswald";
      font-size: 20px;
      font-weight: 600;
}

.DivbodT {
    
    color: black;
      font-family: "Oswald";
      font-size: 18px;
        
          display: block;
    margin-left: auto;
    margin-right: auto;
}

.DivMainContain {
    margin-top:1px;
    
    background-color: black;
    text-align: center;
}

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: darkred;
  color: #ffffff;
}