*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

button.btn-mal {
  font-size: 2rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}

button.btn-mal:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

button.btn-mal-pastel {
  background: #fca1a1;
  background: -webkit-linear-gradient(-45deg, #fca1a1 40%, #fcfc5d 100%);
}

#div_index_main {
  display: flex;
  justify-content: space-between;
}

#div_index_info {
  width: 50%;
  height: 80%;
  background-color: white;
  border-radius:30px;
  position:relative;
  left:10%;
  top:10%;
}

#div_index_menu {
  width: 20%;
  height: 80%;
  background-color: white;
  border-radius:30px;
  position:relative;
  right:10%;
}