@import url("https://fonts.googleapis.com/css2?family=Ballet&family=Brygada+1918:wght@700&family=Istok+Web:ital@1&display=swap");

body {
  background-color: black !important;
  padding-left: 5px;
  padding-right: 5px;
}

.welcome {
  background-image: url("../images/indexbanner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.fab {
  color: white;
}

.header {
  font-family: "Ballet", cursive;
  font-family: "Brygada 1918", serif;
  font-family: "Istok Web", sans-serif;
}

.nav-item a {
  font-weight: bold;
  font-size: 20px;
}

.animate__animated.animate__fadeInRight {
  --animate-duration: 2s;
}
