article {
  background-color: #eee;
  /* border-radius: 25px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4); */
  font-size: 11px;
  margin: auto;
  opacity: 0.9;
  padding: 30px;
  /* width: 100%; */
}

body {
  font-family: sans-serif;
  margin: 0px;
}

footer {
  background-color: #333;
  color: white;
  font-size: 9px;
  padding: 14px;
  text-align: center;
}

h1 {
  font-size: 18px;
  margin: 0px;
}

h2 {
  color: #333;
  font-size: 14px;
}

header {
  height: 70px;
  margin: auto;
  position: relative;
  /* width: 1000px; */
}

hr {
  border-bottom: 0px;
  border-top: 1px dotted #666;
  margin-bottom: 50px;
  margin-top: 50px;
}

main {
  /* display: none; */
  /* height: 900px; */
  /* background-image: url(/images/edge.jpg); */
  background-size: cover;
  padding: 0px;
  width: 100%;
}

nav {
  background-color: #333;
  /* margin-top: 10px; */
}

#age-confirmation {
  background-color: white;
  border: 1px solid #999;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  color: #666;
  cursor: pointer;
  font-size: 11px;
  left: 50%;
  margin-left: -165px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 150px;
  width: 300px;
  z-index: 3;
}

#age-confirmation-attention {
  border-bottom: 1px dotted #666;
}

#age-confirmation-buttons {
  display: flex;
  justify-content: center;
}

#age-confirmation-no {
  background-color: #33ccff;
}

#age-confirmation-no a {
  color: white;
  text-decoration: none;
}

#age-confirmation-yes {
  background-color: #ff66cc;
}

#brand-logo-image {
  height: 70px;
}

#cover {
  background-color: white;
  height: 100%;
  left: 0px;
  opacity: 0.6;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 2;
}

#header-menu {
  height: 50px;
  margin: auto;
  padding: 0px;
  position: relative;
  /* width: 1000px; */
}

#header-menu > li {
  align-items: center;
  border-right: 1px solid white;
  display: flex;
  float: left;
  font-size: 12px;
  justify-content: center;
  height: 100%;
  list-style: none;
  width: 80px;
}

#header-menu > li:first-child {
  border-left: 1px solid white;
}

#header-menu > li > a {
  color: white;
  text-decoration: none;
}

#heroine-banner-area {
  /* margin: auto;
  margin-bottom: 20px; */
  margin-bottom: 4px;
  margin-top: 10px;
  width: 100%;
}

#heroine-banner-image {
  width: 100%;
}

#js-disabled {
  background-color: red;
  color: white;
  font-size: 20px;
  height: 40px;
  margin: 0px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

#twitter-icon-image {
  height: 40px;
  position: absolute;
  right: 30px;
  margin-top: 20px;
}

.age-confirmation-button {
  align-items: center;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
  border-width: 0px;
  color: white;
  display: flex;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  margin: 10px;
  padding: 5px;
  width: 140px;
}

.product-image {
  width: 300px;
}

.profile-image {
  height: 180px;
}