@font-face {
            font-family: 'Montserrat';
            src: url('fonts/Montserrat,Raleway/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
        }

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat',
        sans-serif;
}

.kontakt_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f1f1f1;
}
