body {
    background-color: aquamarine;
    font-family: "Papyrus", "fantasy";
    justify-content: center;
}

body p{
    text-align: center;
}

#kontaktbiene {
    border: 15px double black;
    border-radius: 10px;
    padding: 3px;
    box-shadow: 10px 10px black;
    overflow: hidden;
    background-image: url('../img/hallo2.gif');
    background-size:cover;
    background-position: center;
    font-size: 70px;
    text-align: center;
    background-color: antiquewhite;
    width: min-content;
    text-wrap:nowrap;
    font-style: italic;
    text-decoration: none;
    -webkit-text-fill-color: blue;
}

#kontaktbiene-box {
    width: 100%;
    gap: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.kopfbiene img{
    width: 100%;
}

.hauptbiene {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.seitenbiene {
    width: 200px;
}

.seitenbiene img {
    width: 100%;
}

h1 {
    text-align: center;
}