html {
    scroll-behavior: smooth;
  }

.navbar {
    background: rgba(0, 0, 0, 0.4);
}

.header-bg{
    background-image: url("../images/background2.png");
    background-repeat: no-repeat;
}

.top-buffer { margin-top:20px; }

.bottom-buffer { margin-bottom:20px; }

@font-face {
    font-family: "Peugeot_font";
    src: url("../fonts/peugeot.woff2") format("woff2"),
           url("../fonts/peugeot.woff") format("woff");
   }
   
.font-peugeot{
    font-family: "Peugeot_font",courant;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.mid-main{
    color: white;
    size: 50px;
}
.bg-img-main{
    height: 100%;
}
