html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Bakersville";
    font-size: 16px;
    line-height: 1.5;
    margin: auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

.topbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #B3CBCB;
    font-size: 12px;
    margin: auto;
    margin-bottom: 0px;
    margin-left: 20px;  
}

.topbar {
    float: left;
}

.topbar a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

a:hover {
    background-color: #4B697B;
}

@media (max-width: 5937px) {
   .topbar a {
        display: block; 
    }
}
    
.break img{
    display: block;
    width:85%;
    margin: auto;
    margin-top:-80px;
    margin-bottom:-50px;
}

#title{
    display: block;
    width: 60%;
    height: 20%;
    margin: auto;
    margin-top: 100px; 
    margin-bottom: 40px;
    margin-right: 160px;
}

#portrait{
    width:170px;
    height: auto;
    float: left; 
    margin: auto;
    margin-left: 60px;
    margin-right: 40px;
}

#brother{
    width:170px;
    height: auto;
    float: left; 
    margin: auto;
    margin-left: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#map{
    display: block;
    float: right;
    width: 140px;
    height: auto;
    margin: auto;
    margin-top: 0px; 
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 30px;
}

p {
    margin: auto;
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 60px;
}

h2 {
    color: black;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    margin-left: 70px;
}

h3 {
    font-size: 10px;
}

#fourth h3{
    float: left;
    margin: auto;
    margin-top:250px;
    margin-left: -180px;
    font size: 10px;  
}

#six h3{
    float: right;
    margin: auto;
    margin-right: -140px;
    margin-top: 230px;
}
