* {
  outline: none;
  box-sizing: border-box;
}

body {
  font-family: Open-Sans-Regular, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: var(--color-koromiko);
}

ul {
  list-style: none;
  padding-left: 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: normal;
}