[v-cloak] {
  display: none;
}

body {
  font-family: 'Nunito', sans-serif;
}

h1 {
  font-size: 72px;
}

#header {
  background-color: #c00000;
  border-bottom: 10px solid #00396c;
}

.font-pacifico {
  font-family: 'Pacifico', cursive;
}

.bg-blue {
  background-color: #0090c8;
}

.text-pink {
  color: #ff9eb0;
}

.border-pink {
  content: '';
  width: 100%;
  border-top: 1px solid #ff9eb0;
}

.cursor-pointer {
  cursor: pointer;
}
