body {
  color: black;
  background-color: white;
  font-family: verdana;
}

h4 {
  text-decoration: underline;
  font-weight: bold;
}

h5 {
  font-style: italic;
  font-weight: bold;
}

p {
  text-align: justify;
}

a {
  color: #0000ff;
}

.centered {
  text-align: center;
}

.col-md, .col-md-auto {
  background-color: #e0e0ff;
  margin: 5px;
  padding: 10px;
  border-radius: 25px;
}

.col-md-auto {
  background-color: white;
  margin: 15px 5px;
  padding: 0px;
  text-align: center;
}

.btn-primary {
  background-color: #b0b0ff;
  border-color: #c0c0ff;
  color: black;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  background-color: #b0b0ff;
  border-color: black;
  color: black;
}

#about-me, #impressum {
  background-color: #d0d0ff;
  margin: 15px 5px;
}

#portrait {
  border-radius: 100px;
}

#caption {
  color: grey;
  font-size: 80%;
}

#impressum {
  text-align: center;
}
