html {
    box-sizing: border-box;
    font-family: 'Open-Sans', sans-serif;
}

h1{
    display: flex;
    font-size: 60px;
    color: #fafafa;
    padding: 5%;
    text-align: center;
}

.background {
    background-image: url("vorosbor_fekete_hatter.jpg");
    background-size: cover;
    background-position: center;
}



.contact_and_location_info_holder {
    display: flex;
    flex-direction:column;
    height: 400px;
    max-height: 400px;
    align-items: end;
    justify-content: end;

    line-height: 1px;
    font-size: 20px;
    color: #fafafa;
}

.contact_infos {
    display: flex;
    flex-direction: column;
    padding: 5%
}

#Kapcsolat {
    font-size: 30px
}