main {
    min-height: 96.5vh;
    /* background: linear-gradient(rgba(243, 238, 238, 0.36), rgba(0, 0, 13, 0.629)), */
                /* url(../img/fotka.jpg); */
                
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #e6dbd5;
    
}

.logo img {
    height: 170px;
    /* background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.599)); */
    /* padding: 5px 230px; */
    border-radius: 10px;
    /* box-shadow: 0px 0px 20px white; */
    margin-top: 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    /* background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.599)), */
                /* url(../img/logo_DKC.png); */
                
    /* background-size: cover; */
    background-position: center;
    background-repeat: space;
    border-radius: 10px;
    padding: 55px 0px 5px 0px;
   /* box-shadow: 0px 0px 20px white; */
    align-items: center;
}

.contact-form input, textarea {
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 10px;
    background-color: #e6dbd5;
    color: #4d3636;
    font-weight: 700;
    outline: none;
    border: none;
    width: 300px;
    border-bottom: 1px solid #4d3636;
}

.contact-form textarea {
    height: 100px;
}

.contact-form input::placeholder, textarea::placeholder {
    color: rgb(126, 101, 103);
    font-weight: 400;
}

.contact-form button {
    padding: 5px 10px;
    background-color: #4d3636;
    color: white;
    cursor: pointer;
    width: 100px;
    transition: 0.5s;
}

.contact-form button:hover {
    background-color: rgb(232, 188, 191);
}

.spat {
    text-decoration: none;
    color: #4d3636;
}