body {
  background-color: #5e7594;
  color: #c9c9c9;
  font-family: Arial, Helvetica, sans-serif;
}

#title {
  font-size: 48px;
  color: #dedede;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 3%;
}

#chat {
  font-size: 16px;
  color: #f4e0e0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 13%;
}

#sub {
  font-size: 20px;
  color: #c1ce4b;
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#intro {
  padding-top: 20%;
  text-align: center;
}

.text-center {
  text-align: center;
}

#footer {
  background-color: #1a1a1a;
  height: 300px;
  padding-left: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
}

#gs {
  cursor: pointer;
  background-color: #fc8585;
  border: none;
  color: rgb(248, 244, 244);
  padding: 13px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 3px;
  transition: all 1s ease;
  transform: scale(1);
}
#gs:hover {
  scale: 1.1;
  transition: 0.2s;
}
