body {
  background-color: rgb(24, 27, 30);
  color: rgb(255, 255, 255);
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.bot-icon img {
  width: 200px;
  height: auto;
}

.bot-icon {
  width: 200px;
  height: 200px;
  margin: 10px auto;
}

h1 {
  text-align: center;
  font-size: 5em;
  margin: 100px 0 70px 0;
}

h2 {
  text-align: center;
  font-size: 3.5em;
}

h3 {
  text-align: center;
  font-size: 3em;
}

.bots {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  align-items: stretch;
  margin: auto 20px;
  justify-content: center;
}

.worker-bot {
  flex-grow: 1;
  background-color: rgb(42, 46, 50);
  width: 30%;
  margin: 10px;
  padding: 15px;
  text-align: center;
}

.dummy {
  background-color: rgba(42, 46, 50, 0) !important;
  height: 1px;
}

.main-bot {
  flex-grow: 3;
  background-color: rgb(42, 46, 50);
  margin: 10px;
  padding: 15px;
  width: 100%;
  text-align: center;
}

.description {
  display: inline-block;
  margin: 10px 10%;
  color: rgb(200, 200, 200);
  text-align: left;
}

.section {
  width: 100%;
}

.section-desc-wrapper {
  margin: 10px 0;
  width: 100%;
  text-align: center;
}

.section-desc {
  display: inline-block;
  text-align: left;
  color: rgb(200, 200, 200);
  margin: 0 10%;
}

.add-button {
  text-align: center;
  vertical-align: middle;
  background-color: rgb(135, 157, 255);
  border-bottom: solid 4px #627295;
  margin: 20px auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}

.add-button:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  margin: 24px auto 20px auto;
}

.add {
  cursor: pointer;
  width: 200px;
  margin: auto;
}

.copy-right {
  text-align: center;
  margin: 80px 0 30px 0;
  color: rgb(150, 150, 150);
}

a,
a:visited,
a:link {
  color: rgb(217, 217, 217);
}

a:active,
a:hover {
  color: rgb(238, 238, 238);
}

.copy-right a,
.copy-right a:active,
.copy-right a:hover,
.copy-right a:visited,
.copy-right a:link {
  color: rgb(150, 150, 150) !important;
  text-decoration: none !important;
}

.star {
  position: fixed;
  z-index: -1;
  background-color: rgba(255, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 959px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  .worker-bot {
    flex-grow: 1;
    background-color: rgb(42, 46, 50);
    width: 100%;
    margin: 10px;
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.5em;
  }

  .worker-bot {
    flex-grow: 1;
    background-color: rgb(42, 46, 50);
    width: 100%;
    margin: 10px;
    padding: 15px;
  }
}
