/* Container holding the image and the text */
.headers {
    position: relative;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    flex-direction: column;
    margin: 0px;



}


/* Centered text */
.centered {
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


h1 {
    font-size: 450%;
    color: white;
}

p-test {
    text-align: center;
    position: relative;
    bottom: 8px;
    color: aliceblue;
}

body {
    padding-top: 73px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.dreams {
    font-size: 25px;

}

.main {
    display: flex;
    flex-direction: column;
    background-image: url("../img/header.jpg");
    background-color: aliceblue;
    background-size: contain;
    background-repeat: no-repeat;
}

ul {
    list-style-type: none;
    margin: 0;

    width: 1200px;
    display: block;
}

li a {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 1280px;
    display: block;
    color: whitesmoke;
    background-color: darkslategray;
}

.content2 {
    width: 1270px;
    padding: 10px 20px;
}

.content {
    padding-left: 3em;
    margin-top: 40px;
    text-align: left;
    width: 1270px;

}

.dreams {
    color: white;
}

.row {
    padding: 1em;
    display: flex;
    flex-direction: row;
}

.map {
    width: 50%;
    padding-right: 0em;
}

.contacts {
    width: 50%;
    padding-top: 1em;
    padding-left: 3em;
}

.main {
    background: url(../img/header.jpg) no-repeat center center fixed;
    background-size: cover;
}