main {
    background-color: #F7F1E3;
    display: flex;
    justify-content: center;


}

.kontakt-container {
    background-color: #EADFC9;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width:810px;
    height:300px;
    margin-top:100px;
    margin-bottom:100px;
    border-radius: 20px;

}

.kontakt-img {
    width:200px;
    height: 200px;
}

.kontakt-icon {
    width:20px;
    height: 20px;
    margin-top:16px;
    margin-right: 10px;
}

.kontakt-info {
    display: flex;
    flex-direction: row;
   

}