.kontakt{
    min-width: 80vw;
    max-width: 1150px;
    margin: 50px 0;
    border: 2px solid white;
    border-radius: 5px;
    padding: 10px;
}
.kontakt h1{
    font-size: 200%;
}
.kontakt button{
    padding: 10px;
    margin-top: 10px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s ease-out;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 5px;
}

