.full-screen-background {
    background-image: url('/img/background_pier_morning.jpeg'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire area */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents image repetition */
    height: 100vh; /* Sets the height to 100% of the viewport height */
    width: 100vw; /* Sets the width to 100% of the viewport width */
}

h1{
    font-family: verdana, arial, sans-serif;
    color: white;
}

h2 {
    font-family: verdana, arial, sans-serif;
    color: white;
}
.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    margin-top: 30px;
}

.social-icons a {
    color: #6c757d;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #007bff;
}
