

body {
  font-family: 'Carrois Gothic SC', sans-serif;
  background-image: url('../img/background.jpg');
  background-repeat: repeat;
  margin: auto 0;
}

a:link, a:visited, a:active, a:hover {
    color: black;
    text-decoration: underline;
    text-align: center;
}

a:hover {
  text-decoration: none;
}

a span {
  margin: 0 15px;
}

#card {
  margin-top: 2%;
  margin-bottom: 2%;
}

#content{
  padding: 50px 50px;
  text-align: center;
}

.primary {
  color: #dbc6d4; // Rosa
}

.secondary {
  color: #5c5c5c; // Grau
}

.cornerRightTop {
  background-image: url("../img/corner_rt.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.cornerRightBottom {
  background-image: url("../img/corner_rb.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.cornerLeftTop {
  background-image: url("../img/corner_lt.png");
  background-position: left top;
  background-repeat: no-repeat;
}

.cornerLeftBottom {
  background-image: url("../img/corner_lb.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}

h1, h2, h3 {
  font-family: 'Rochester', cursive;
  text-align: center;
  margin: 0;
}

span.lower {
    font-family: "Times New Roman", Georgia, Serif;
    text-transform: lowercase !important;
}
