@font-face {
    font-family: 'Filgaia';
    src: url('fonts/Filgaia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url('custom-background.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

header {
    background: rgba(0, 0, 0, 0.9); /* Dark black with 0.9 opacity */
    color: #fff;
    text-align: center;
    padding: 1em 0;
    position: relative;
}

header .gif-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header h1 {
    margin: 0;
    font-family: 'Filgaia', sans-serif; /* Use Filgaia font for the header */
    font-size: 2em;
    color: #fff; /* White text color */
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 2em;
}

main .content {
    text-align: center;
    margin-bottom: 2em;
}

main .content .subtitle-image {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
}

main .content .description {
    font-family: 'Filgaia', sans-serif; /* Use Filgaia font for the description */
    font-size: 1.2em;
    color: #fff; /* White text color */
    margin: 1em 0;
}

.button {
    margin-top: 1em; /* Adjust as needed */
    padding: 0.3em 1em; /* Smaller padding */
    background: transparent url('Photo_Gallery.gif') no-repeat center center;
    background-size: cover;
    color: transparent;
    text-decoration: none;
    border: none;
    width: 150px; /* Smaller width */
    height: 50px; /* Smaller height */
    cursor: pointer;
}

footer {
    background: rgba(0, 0, 0, 0.9); /* Dark black with 0.9 opacity */
    color: #fff;
    text-align: center;
    padding: 1em 0;
}
