.main_button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.17648;
  font-weight: 400;
  min-width: 1.4rem;
  padding: 0.3rem 0.8rem;
  border-radius: 5rem;
  color: #eee;
  border: 0.22rem solid #005e7f;
  background-color: #161b1f;
  transform-style: preserve-3d;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out;
}

.main_button:hover {
  color: #161b1f;
  background-color: #fff;
}
