body {
    background-color: #e3e3e3;
    text-align: center;
    font-family: sans-serif;
}

.wrap {
    width:100%;
    max-width: 1100px;
    margin: 0 auto;
}

.header {
    color: #376541;
    padding: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
}

.header .logo {
    flex: 1;
}
.header img {
    border-radius: 100%;
    width: 140px; 
}

.header h1 {
    
}

.content {
    margin-top: 40px;
    font-size: 20px;
    clear: both;
    width: 100%;
}