body{
    background: url(../images/background.jpg);
    background-size: cover;
  }
  
h1 {
    font-family: 'Shrikhand', cursive;
}

.form-group {
    color: white;
}

tbody {
    font-family: 'Acme', sans-serif;
}

.card-header {
    font-family: 'Galada', cursive;
    font-size: 25px;
}

label, th {
    font-family: 'Galada', cursive;
}