* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: 0;
          box-sizing: 0;
  font-family: 'montserrat';
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  height: 100vh;
}

h2 {
  text-transform: uppercase;
  text-align: center;
  color: #2a2c31;
  font-size: 2.3em;
}

.button_go {
  text-decoration: none;
  letter-spacing: .9px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
  background-color: #FF4747;
  color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  text-shadow: 0 0 1px #2a2c31;
  -webkit-box-shadow: 0 0 3px #FF4747;
          box-shadow: 0 0 3px #FF4747;
}
