body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f0f0f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    max-width: 900px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
}

.section {
    background-color: #007bff;
    color: #ffffff;
    padding: 20px 30px;
    text-align: center;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    flex: 1;
    margin: 0 10px;
    max-width: 200px;
}

.section a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.section:hover {
    background-color: #0056b3;
    transform: translateY(-5px);
}

.section:active {
    background-color: #003d7a;
    transform: translateY(2px);
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        width: 90%;
        padding: 20px;
    }

    .section {
        margin-bottom: 15px;
        max-width: none;
    }

    .section:last-child {
        margin-bottom: 0;
    }
}
.down{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.zw{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.picture{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.text{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}