/* ALGEMENE RESET – STOPT BEWEGING */
* {
  animation: none !important;
  transition: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

/* BODY */
body {
  background-color: #f5f5f5;
  color: #1f1f1f;
  font-family: Arial, sans-serif;
}

/* NAVBAR */
.navbar {
  background-color: #6B1E1E;
}

/* LOGO FIX */
.logo-wrapper {
  max-width: 260px;
  margin: 0 auto;
}

.arsenal-logo {
  width: 100%;
  display: block;
  position: static !important;
  transform: none !important;
}

/* TITELS */
h1 {
  color: #6B1E1E;
}

/* CARDS */
.card {
  border:aliceblue;
  border-top: 4px solid #CFA447;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background-color: #ffffff;
}

/* FOOTER */
footer {
  background-color: #1f1f1f;
  color: #ffffff;
}