body {
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background-image: url(https://images.unsplash.com/photo-1506463108611-88834e9f6169?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2340&q=80);
    height: 20rem;
}

main {
    padding: 10rem;
}

#headersection{
    display: flex;
    justify-content: space-between;
}

#about {
    margin-bottom: 7rem;
}

.mt-1 {
    padding-top: 3rem;
}
.card {
    max-height: 200rem;
    width: 30%;
}

.card-img-top {
    width: 20rem;
    height: 30rem;
    margin: 0 auto;
    padding-top: 4rem ;
}

.warenkorb-button {
    float: right;
    background-color: rgb(225, 165, 12);
    color: white;
    padding: 15px;
    border: none;
}

#adress {
    border: 1px solid rgb(107, 107, 4);
    width: 100%;
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://images.unsplash.com/photo-1506463108611-88834e9f6169?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2340&q=80);
}

address {
    background: rgb(225, 165, 12);
    color: white;
    padding: 2rem;
    border-radius: 5px;
}