body {
    font-family: 'Vollkorn', serif;
    background-image: url('pozadie.png');
    text-align: justify;
}

#main-container {
    border: 4px solid #041b3a;
    border-radius: 20px;
    box-shadow: -5px 5px 10px #888888;
    background-color: #f0f1f9;
    padding: 10px;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#myMap {
    position: relative; 
    margin-left: 60px;
}

#jaMarker{
	position: absolute;
	display: none;
	z-index: 30;
}

.note {
    position:absolute;
    display: none; 
    left: 3px; top: 10px;
    min-width: 350px;
    max-width: 400px;
    min-height: 120px;
    max-height: 300px;
    font-size: small;
    padding: 5px;
    background-color: #f0f1f9;
    border: 2px solid #041b3a;
    box-shadow: -5px 5px 10px #888888;
    border-radius: 10px;
    z-index: 35;
    overflow: auto;
}

footer{
    text-align: center;
}

