/* Body */
body {
  font-family: "Open Sans", sans-serif;
  background-color: rgba(13, 17, 23);
  overflow-x: hidden;
  color:white;;
  display:flex;
  min-height: 100vh;
  flex-direction: column;
}

/* Trainingsbuttons */
.btn-outline-danger:hover,
.btn-outline-danger:focus {
  background-color: #dc3545;
  color: white;
  border-color: #dc3545;
}

.w-fixed {
  width: 400px;
  max-width: 90%;
}

