*{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.6;
    padding-left: 4rem;
    padding-right: 4rem;
    background-color: aliceblue;
}
header{
    background-color: rgb(68, 127, 199);
    text-align: center;
    margin-bottom: 3rem;
}
h1{
    text-align: center;
    font-size: 5em;
    font-weight: 200;
}
.logo{
    width: 10rem;
    padding:1rem
}
img{
    max-width: 100%;
    height: auto;
}


.col-map{
    float: right;

}

