body {
    padding:0;
    margin:0;
    color: #212121;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

/* NAVBAR */

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #212121;
}

.navbar li {
    float: left;
}

.navbar li a {
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    min-height: 24px;
    padding: 8px 10px;
    text-decoration: none;
    
}

.navbar li a:hover {
    background-color: #607D8B;
}

.navbar .active {
    background-color: #cc1E63;
}

/* MAIN PAGE */

body .main_text {
    text-shadow: 1px 1px 1px #ffffff, -1px -1px 1px #ffffff, 2px 2px 5px #ffffff, -2px -2px 5px #ffffff;
    padding-top: 100px;
}

body .main {
    text-align: center;

    min-height: 560px;
    background-image: url("https://pixabay.com/static/uploads/photo/2013/07/12/12/54/world-map-146505_960_720.png");
    background-repeat: no-repeat;
    background-position: center;
}

body .elsaimg {
    text-align: center;
}

body h1 {
    padding-left: 10px;
}
