body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: black;
}

body.tourist-page {
    background-image: url('ppc.png'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh; 
    color: black;
}

header {
    text-align: center;
    padding: 50px 20px;
    background-color: rgba(0, 0, 0, 0.5); 
}

header h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

header p {
    font-size: 1.2rem;
}

main {
    padding: 20px;
    text-align: center;
}

h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.spot {
    margin: 30px 0;
}

.spot img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-top: 10px;
}

.back-button {
    background-color: #28a745;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 30px;
}

.back-button:hover {
    background-color: #218838;
}

footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}
