body {
  overflow-y: hidden  ;
}

.MenuPainel .Text1 {
  justify-items: center;
  text-align: center;
  align-items: center;
  font-size: 13px;
  gap: 10px;
  
  top: 130px;
}

.Blog {
  border: 1px solid black;
  width: 800px;
  height: 50px;
  background-color: white;
  position: absolute;
  left: 100px;
  top: 50px;
  justify-items: center;
  align-items: center;
  box-shadow: 1px 2px 3px;
}

.Blog p {
  top: -18px;
  color: black;
}

.MenuPainel list {
  justify-items: center;
  text-align: center;
  align-items: center;
  font-size: 13px;
  gap: 10px;
  
  top: 130px;
}

.MenuPainel h1 {
  position: relative;
  justify-items: center;
  text-align: center;
  align-items: center;
  gap: 10px;
  
  top: 130px;
}

.MenuPainel hr {
  position: relative;
  text-align: center;
  align-items: center;
  width: 85%;
  gap: 10px;
  
  top: 130px;
}

.imgkotana {
  height: 300px;
  width: auto;
  position: absolute;
  top: 660px;
  left: 1500px;
}

