/*CSS Stylesheet*/

/*
* {
border: 1px solid black;
}
*/
body { 
    margin: 0 auto;
    box-sizing: border-box;
    background: url(images/vintage.jpg);
    max-width: 1180px;
}

img { max-width: 100%;}
.clearfix { clear: both; }

#wrapper{
    display: flex;
    flex-direction: column;

}
#center{
    border-radius: 20px;
    width: 115px;
    height: 35px;
    font-size: 18px;
    align-self: center;
}
#map {
    height: 70vh;
    width: 95vw;
    margin: 20px 25px;
    border: 3px solid black;
    align-self: center;
  
  }


#text{
    text-align: center;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 45px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #900e0e;
}


#mainPara{
    display: flex;
    flex-direction: row;
    font-size: 26px;
    font-family: 'Dosis', sans-serif;
    
/*
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 40px;
    margin-left: 40px;
*/
    
}