body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Geologica', sans-serif;
    color: #fff;
    overflow-x: hidden;
}
.main {
    background-image: url(public/background.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    min-width: 100vw;
   
}
