* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0 15px;
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.site-logo img {
    max-width: 90px;
    border-radius: 50%;
}
.site-header .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background-color: #ffe0bf;
    border-radius: 50%;
    font-size: 20px;
}
.site-header h1 {
    font-size: 18px;
    text-align: left;
    line-height: 30px;
    font-weight: 700;
    padding: 0 20px;
    margin-bottom: 10px;
}
.banner img {
    max-width: 100%;
    border-radius: 10px;
}