body {
  margin: 0;
  line-height: 1.7;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;}

h1 {
  font-family: 'Comic Neue', cursive;
  text-align: center;
  font-size: 34px;
  line-height: 1.1;
  margin: 0;
  color: #083667}

h2 {
  font-family: 'Comic Neue', cursive;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 0px;
  color: #CE2D4F}

a {text-decoration: none;}

/* --------[BUTTON DESIGNER] -------- */
.button {
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-size: 22px;
  font-family: 'Comic Neue', sans-serif;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);}

.red-btn {
  color: white;
  border: 2px solid white;
  background-color: #CE2D4F;}
  .red-btn:hover {
    transform: scale(1.02);
    background-color: #B82848}

/* --------[MISC SETTINGS] -------- */
.mobile {display: none !important}

.center {
  display: flex;
  justify-content: center;
  align-items: center;}

@font-face {
  font-family: Cursive;
  src: url(resources/cursive.otf);
}

/* --------[MEDIA QUERIES] -------- */
@media screen and (max-width: 770px) {
  .mobile {display: block !important}
  .computer {display: none !important}
}
