* {
  padding: 0;
  margin: 0;
  border: none;
}

html {
  height: 100%;
}

.centered {
  text-align: center;
}

body {
  background-color: #fffcfb;
  font-family: 'Roboto', sans-serif;
  color: #1a0d3f;
  height: 100%;
}

.body-content {
  max-width: 780px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}

.fifteenfive-logo {
  margin: auto;
  display: block;
  margin-top: 42px;
  margin-bottom: 42px;
  width: 200px;
}

.header-text {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

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

.trace-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.pseudo-material-button {
  display: inline-block;
  width: 164px;
  height: 36px;

  border-radius: 5px;
  background-color: #db3700;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 16px;
  cursor: pointer;
}
