@import "header.css";
@import "main.css";
@import "footer.css";
@font-face {
    font-family: FuturaPT;
    src: url('../Font/FuturaPTLight_0.otf');
}

@font-face {
    font-family: Basker;
    src: url('../Font/BASKERVILLEOLDFACE.TTF');
}


@font-face {
    font-family: GreatVibes;
    src: url('../Font/GreatVibes-Regular.otf');
}


*, body {
    margin: 0;
    padding: 0;

    /* background-color:#333; */

}

.wrapper {
   width: 100%;
    height: 100vh;  
}














