a.header {
    display: block;
    color: white;
    border-radius: 60px;
    margin: 1.2rem auto;
    border: solid 2px;
    text-decoration: none;
    text-align: center;
}

a.admin {
    display: block;
    background: #3bb6b3;
    background-color: #3bb6b3;
    border-radius: 60px;
    width: 210px;
    height: 60px;
    line-height: 60px;
    margin-left: 0px;
    width:15%;
}

a.title{
    background: #d0dd2a;
    background-color: #d0dd2a;
    margin:auto;
    width:500px;
    height: 80px;
    line-height: 80px;
}

#map {
    border: solid 2px;
    border-color: lightgray;
}