@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 1rem;
    color: #424141;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "the-seasons", sans-serif;
}
.header {
    position: sticky; /* Keeps the header at the top when scrolling */
    top: 0; /* Sticks the header to the top */
    z-index: 1000; /* Ensures the header is above other elements */
    background-color: #fff; /* Ensures the header has a background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
}
.header img{
    width: 148px;
}
.wrapper__content{
    height: d 0vh;
    border: 1px solid #fbf4f4;
   
    padding: 1.5rem;
    margin-bottom: 3rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.mainwrapper {
    padding-top: 00px;
}
footer {
    color: #000;
    padding: 0.5rem 1.5rem;
    background: #f8f9fa;
    left: 0;
    box-shadow: none;
    text-align: center;
}
footer  p{
    margin-bottom: 0;
}