body{
  width: 700px;
  margin: auto;
      background-image: url("https://files.catbox.moe/oegnth.jpg");
  background-repeat: repeat;
  padding:10px
}

.container {
  background-color:#f5e4ec;
  margin-bottom:-30px
} 

.worlds {
  background-color:#f5e4ec;
  height:auto;
  text-align:center;
  padding:2px 0px 0px 0px;
  margin-bottom:-10px;
}

.main {
  width:700px;
  background-color:#f5e4ec;
  height:100px;
  text-align:center;
  display:flex;
  justify-content: space-around;
  align-items:flexstart;
  padding:10px 0px 0px 0px;
    margin-top: -25px;
}

.welcome ,
.chara {
  background-color:#fcf2f7;
  height:justify;
}