body {
    font-family: "Gowun Batang", serif; /* Updated to match the header font */
    background: linear-gradient(
        90deg,
        hsl(259.57, 51.11%, 82.35%) 0%,
        hsl(259.57, 51.11%, 82.35%) 25%,
        hsl(314.69, 100%, 90.39%) 25%,
        hsl(314.69, 100%, 90.39%) 50%,
        hsl(0, 0%, 99.22%) 50%,
        hsl(0, 0%, 99.22%) 75%,
        hsl(191.33, 91.84%, 80.78%) 75%,
        hsl(191.33, 91.84%, 80.78%) 100%
    );
    background-image: url("https://ardadylan.github.io/my-website/images/turkiyebeach.JPG");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000; /* Set text color to black for visibility */
    padding: 2rem;
    box-sizing: border-box;
    position: relative; /* Allow absolute positioning of button */
}

h1 {
    color: #000; /* Header color */
    margin-bottom: 1rem;
    text-align: center; /* Center the header */
}

.tableauContainer {
    margin-bottom: 2rem; /* Add spacing between visualizations */
}

.tableauPlaceholder {
    width: 100%; /* Full width */
    height: 600px; /* Adjust height as needed */
    margin: auto; /* Center the visualization */
}

.visualization-label {
    text-align: center; /* Center the label */
    margin: 1rem 0; /* Add some margin */
    font-size: 1.5rem; /* Adjust font size */
    font-weight: bold; /* Make the label bold */
}

/* Button styles */
.back-button {
    position: absolute; /* Position button at the top left */
    top: 10px; /* Distance from top */
    left: 10px; /* Distance from left */
    padding: 0.5rem 1rem; /* Padding for button */
    background-color: #d3d3d3; /* Button color */
    color: black; /* Button text color */
    text-decoration: none; /* Remove underline */
    border-radius: 0.25rem; /* Rounded corners */
    font-size: 0.9rem; /* Font size */
    text-align: center; /* Center text */
}

.back-button:hover {
    background-color: #a9a9a9; /* Hover color */
}

/* Responsive image styles */
.responsive-image {
    width
