html, body {
  padding: 0;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  width: 100%;
  min-height: 100%;
  background-color: #192A3C;
  color: #FF0490;
}

a {
  color: #FF0490;
  /* color: #008CFF; */
}

.cf-content {
  margin: 100px auto 50px;
  text-align: center;
  min-height: calc(100vh - 310px);
}

.cf-logo {
  max-width: 250px;
  width: 100%;
}

.cf-title {
  font-size: 20px;
  font-weight: bold;
}

footer {
  text-align: center;
  margin-bottom: 10px;
}

footer .cf-details {
  font-size: 12px;
}
