body {
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    margin: 0;
    /*background-color: rgb(228, 25, 25);*/
    overflow-x: hidden;
  }
img {
    max-width: 100%;
    height: auto;
}
.nav-item .nav-link.active {
    color: orange !important;
}
.nav-pills .nav-link {
    color: #f8f9fa !important; 
}
.nav-item .nav-link:hover{
    color: orange !important; 
}
.hamburger-icon{
    width: 40px;
    height: 35px;
}
.navbar-brand{
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 28px;
}