.contact-container {
    background-image: url("../img/contact_tlo.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    text-align: center;
    padding: 6vh 5vw;
    position: relative;
    z-index: 0;
   margin-top: 5vh; 
}
.contact-container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.contact-header {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 25px;
    color: black;
}
.contact-text {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: black;
    letter-spacing: 1px;
}
.ikona {
font-family: 'Roboto Condensed', sans-serif;
text-align: center;
font-size: 1rem;
color: #0d0d0d; 
font-weight: 550;
letter-spacing: 1px;
text-decoration: none;
float: center;
display: block;
margin: 2vw;
font-weight: 550;
}
.ikona:hover {
color: #f70f0f;
}