body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    overflow-x: hidden;
}

header {
    background: #000000;
    color: white;
    padding: 20px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}

.slider {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

.slides img {
    width: 100%;
    display: none;
}

button {
    background-color: #000000;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.info, .profile {
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 10px;
    background: #000000;
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
}

.culture-info {
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.culture-info h2 {
    color: #070707;
}

.culture-info h3 {
    margin-top: 15px;
    color: #333;
}

.culture-info p {
    line-height: 1.6;
    color: #555;
}

.pto {
    width: 30%;
    border-radius: 50%;
    margin-left: 35%;

}