body {
  background: url("../images/background/background.jpg");
}

main {
  margin-bottom: 2%;
}

p {
  text-align: center;
  color: white;
  font-family: "Poppins-Regular";
  src: url('Poppins-Regular.ttf');
}

h1 {
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: "STJEDISE";
  src: url('STJEDISE.TTF');
  color: #FFE436;
}

h2 {
  margin-top: 2%;
  text-align: center;
  color: #FFE436;
}

h3 {
  text-align: center;
  color: #FFE436;
}

.navbar-nav {
  margin-right: 5%;
}

.img-fluid {
  width: 10%;
  margin-right: 4%;
}

ul {
  text-align: center;
}

li {
  list-style-type: none;
}

.imgforce {
  border-width: 6px;
  border-style: solid;
  border-color: blue;
  padding-top: 5.5%;
  min-height: 100%;
}

.imgobscur {
  border-width: 6px;
  border-style: solid;
  border-color: red;
  padding-top: 5.5%;
  min-height: 100%;
}

.wiki {
  background-color: #FFE436;
}

.desc {
  color: black;
  padding-top: 5%;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@font-face {
  font-family: "STJEDISE";
  src: url('STJEDISE.TTF');
}

@font-face {
  font-family: "Poppins-Regular";
  src: url('Poppins-Regular.ttf');
}
