/* css styles */

body {
  background-color: rgb(250,250,250);
  background-image: url("./images/SWAP_icon_WUR_logo.png");
  background-position: left, center;
  background-position-y: 100px;
  background-size: 8%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.navbar {
  background-image: linear-gradient(to right,rgb(0, 75, 110) , rgb(50, 180, 50));
  foreground: white;
}

.title {
  text-align: center;
  font-style: bold;
}

.button {
  border: none;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  transition-duration: 0.2s;
  cursor: pointer;
}

.button1 {
  background-color: rgb(50, 180, 50);
  color: white;
  border: 5px solid rgb(180,180,180);
}

.button1:hover {
  background-color: rgb(0, 75, 110);
  color: white;
}

.table {
  background-color: rgb(250,250,250);
}


/* th does not work? */
.th {
  background-color: green;
}

tr:nth-child(odd){background-color: rgb(235,235,235);}

h1 {
  text-align: left;
  font-style: bold;
}

p {
  text-align: left;
  color: black;
  font-size: 18;
}

pred {
  text-align: center;
  color: red;
  font-size: 20;
}

ref {
  text-align: left;
  font-size: 2 pt;
  line height: 80%;
  color: black;
}
