body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

.container {
    margin-top: 50px;
}

.cake {
    display: inline-block;
    margin: 20px;
    text-align: center;
}

.cake-image {
    width: 300px;
    height: 300px;
    border: 2px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.cake-image:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.price-button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.price-button:hover {
    background-color: #45a049;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: auto;
    height: auto;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

footer {
    margin-top: 50px;
    color: #888;
}

.delivary {
    height: 150px;
    width: 250px;
    display: block;
}

@media screen and (max-width: 150px) {
.delivary {
    flex: 30%;
    max-width: 50%;
} }

@media screen and (max-width: 250px) {
.delivary {
    flex: 50%;
    max-width: 50%;
}
}

.oleni {
    color: red;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
}
