* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  overflow-x: hidden;
}

.menu {
  display: block;
  width: 100%;
  height: auto;

  border-top: 3px solid #9d1716;
  border-bottom: 3px solid #9d1716;
}

.wrap {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 90vh;
}
