@font-face {
  font-family: 'Sequel-85';
  src: url('Sequel-85.otf');
  font-style: normal;
  font-display: swap;
}

.btn {
  background-color: rgb(232, 230, 227);
  color: rgb(24, 26, 27);
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  font-family: Sequel-85, sans-serif;
  text-align: center;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  border-radius: 3.77rem;
  border-color: rgb(232, 230, 227);
  height: 67px;
  margin-top: 15px;
  cursor: pointer;
  box-shadow: none;
}

.btn:hover {
  background-color: rgb(207, 46, 46);
  border-color: rgb(207, 46, 46);
  color: rgb(232, 230, 227);
}

#tutorial-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}