:root{
  --mainColor: #6399cd; 
  --detailColor: #aaaaaa
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 2rem;
  background: var(--mainColor);
}

h1 {
  padding-top: 1rem;
  font-weight: 200;
  font-size: 2rem;
  color: var(--mainColor);
  font-weight: bold;
}

h3 {
  margin-top: 1rem;
}

ul {
  list-style-type: none;
}

td:first-child {
  width: 120px;
  text-align: center;
}
td:nth-child(2) {
  min-width: 290px;
}

table {
  border-collapse: separate;
  border-spacing: 1rem 1rem;
}

.sheet {
  max-width: 21cm;
  background: white;
  margin: auto;
}

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  margin: auto;
}

.picture {
  align-self: center;
  border-radius: 2rem;
  max-width: 100%;
}

.floatRight {
  float: right;
}

.box img{
  margin: 2rem;
  max-width: 190px;
}

.line {
  position: relative;
  bottom: -0.5rem;
  color: var(--mainColor);
  background-color: var(--mainColor);
  height: 5px;
}

.detail {
  color: var(--detailColor);
  font-size: smaller;
}

.flex {
  display: flex;
}

.flexItem {
  width: 50%;
  margin: 5px;
}

.contentPadding{
  padding: 1rem;
}

.upsidedown:hover {
  transform: rotate(180deg);
  cursor: pointer;
}

.list {
  padding: 1rem;
}




@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
