@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');

html {
    scroll-behavior: smooth;
}



.hero-button{
    width: 100%;
    border: 0;
    padding: 10px 20px;
    background-color: #DCB040;
    color: black;
    font-weight: 700;
    border-radius: 5px;
}


.KontaktStyle{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 50px;
}

#map {
    margin-top: 50px;
    border-radius: 5px;
    height: 300px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }


.footer{
    background-color: #F6F6F6;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 100px;
}


