body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.full-page-background {
    background-image: url('verachi_home.jpeg');
    background-size: cover; /* Covers the entire viewport */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    height: 100vh; /* Full height of the viewport */
    width: 100vw; /* Full width of the viewport */
}
