body {
    text-align: center;
    margin: 0;
    padding: 0;
    background-image: url('sellvin-bearbeitet.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    font-family: 'Barlow', sans-serif;
}

.search-container {
    max-width: 400px;
    margin: 0 auto;
}

.search-container input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 3px solid grey;
    border-radius: 15px;
}

.search-container input[type="submit"] {
    background-color: #db0a5b;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 16px;
}

.search-container input[type="submit"]:hover {
    background-color: #357ae8;
}

.image-container {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;

}

.image {
    width: 200px;
    height: 200px;
    background-color: grey;
    overflow: hidden;
    border-radius: 15%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #db0a5b;
    color: White;
    text-align: center;
    padding: 10px;
    border-top: solid 2px white;
}
