
@font-face {
  font-family: Solariimport;
  src: url("Solari.ttf");
}

body {
  height:100vh;
}

.container {
  max-height: 100vh;
}
.card-header {
  background: black;
  color:white;
  font-family: 'Cinzel', serif;
}

.card-body {
  font-family: 'Cinzel', serif;
  color:black;
}

.cross-img {
  text-align:center;
}

.center {
  text-align:center;
}

body {
  background-image: url("./images/background1.jpg");
  
}

.title {
  background:white;
  padding: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
    border:5px solid black;
    border-radius:15px;
}


h1 {
  font-family: Solariimport;
  margin-left: auto;
    margin-right: auto;
}

.jumbotron {
  background:white;
}

td {
  font-family: Solariimport;
}


.row {
  opacity:0.92;
}



label {
  color:black;
  opacity:1;
}