body {
  background-color: cadetblue;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.32'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.image-rounded{
  border: solid 12px white;
  box-shadow: 20px 20px 15px rgba(0, 0, 0, 0.335);
}

.card {
    background-color: #db8b60;
    border: 4px solid #000000;
}

.logo-container {
  height: 40px;
}

.logo-container img {
  position: relative;
  top: -18px;
}

@font-face {
  font-family: tekken;
  src: url('/fonts/tarrget.ttf');
}

.navbar, .navbar-brand {
  font-family: tekken, monospace;
  padding: 0;
}

.nav-link {
  padding: 1.4rem 1.5rem !important;
}

.dropdown-item, .nav-link{
  color: black;
  opacity: 1;
  background-color: #ffa50000;
  transition: background-color 0.2s ease;
}

.dropdown-item:hover, .nav-link:hover {
  background-color: #ffa500;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding: 1rem;
  }

  .navbar-brand {
    margin: auto;
  }
}
