.body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  text-align: center;
  color: black;
}



* {
  box-sizing: border-box;
}

.logo-menus {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.logo-image {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 85%;
  max-width: 640px;
  cursor: pointer;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 1px 15px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.logo-image img {
  width: 100%;
}

.logo-image.sky-image img {
  display: inline-block;
  width: 50%;
  text-align: center;
}

/* .menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-item {
  min-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.menu-title {
  font-family: 'Tangerine', cursive, Helvetica, Arial, sans-serif;
  font-size: 200%;
} */