body {
    font-family: sans-serif;
    background-color: #f0f0f0;
    padding: 20px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

#selector {
    text-align: center;
    margin-bottom: 20px;
}

#selector button {
    margin: 8px;
    padding: 10px 20px;
    border: none;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

#selector button:hover {
    background-color: #45a049;
}

#result {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

#result div {
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    width: 220px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#rusult img {
    width: 100%;
    min-height: 300px;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

#result p {
    margin: 5px 0;
}
