a {
  color: #8080ff;
  text-decoration: none;
}
a:hover {
  color: #FF6600;
  text-decoration: none;
}
body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #ffffff;
}
.boxed {
  width: 90%;
  max-width: 560px;
  font-size: 150%;
  font-weight: 200;
  text-align: justify;
  margin: 0 auto;
}
.contact {
  position: static;
  text-align:center;
  width: auto;
}
.snsicon {
  position: static;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
  display: inline-block;
}
.demobutton {
  position: static;
  width: 110px;
  line-height: 25px;
  height: 25px;
  border: solid #000000 1px;
  border-radius: 6px;
  text-align: center;
  color: black;
  font-family: Arial, sans-serif;
  padding: 5px;
  margin: auto;
}
.demobutton:hover {
  cursor: pointer;
}
.button {
  position: static;
  float: right;
  width: 50px;
  line-height: 25px;
  height: 25px;
  border: solid #000000 1px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  margin: 5px;
}
.button:hover {
  background-color: #ff6600;
  color: #ffffff;
  cursor: pointer;
}
.buttonDisabled {
  position: static;
  float: right;
  width: 50px;
  line-height: 25px;
  height: 25px;
  border: solid #000000 1px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  margin: 5px;
  color: #7f7f7f;
  pointer-events: none;
  cursor: not-allowed;
}
.container {
  position: static;
  text-align:center;
  width: auto;
}
.content {
  width: 100%;
  position: absolute;
  top: 100%;
}
.copyrights {
  width: 90%;
  max-width: 560px;
  font-size: 50%
  text-align: justify;
}
.icon {
  position: static;
  text-align: center;
  padding: 20px;
  margin: 10px;
  border: 2px solid #000000;
  border-radius: 20px;
  width: 150px;
  height: 150px;
  display: inline-block;
}
.icon:hover {
  border: 2px solid #8000ff;
  font-weight: bold;
  cursor: pointer;
}
h1 {
  font-size: 400%;
  text-align: center;
}
.mainImage {
  border-radius: 20px;
  width: 90%;
  max-width: 384px;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.template {
  display: none;
}
.dark,
.dark * {
  background-color: #202020;
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.dark .icon {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 10px 10px #202020;
}
.dark .icon:hover {
  border-color: #ff0080;
}

