.larger {
  font-size: 18px;
}

.center {
  text-align: center;
}

body {
  background: #172B61;
  color: #FFE9B8;
}

.btn {
  background: #D074A3;
}

.btn:hover {
  background:#B0487D;
}

a, a:hover, a:active, a:visited {
  color: #FF8A75;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: 'Lobster', cursive;
  font-size: 60px;
}
