h1 {
    text-align: center;
    letter-spacing: .05em;
}
h2 {
    font-family: Alyamama, 'Times New Roman', Times, serif;
    letter-spacing: .05em;
}
.banner {
    width: 800px;
    height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
}
#banner-bg {
    position: absolute;
    z-index: 0;
}
#banner-logo {
    width: 60px;
    height: 40px;
    scale: 1.5;
    position: absolute;
    margin-left: 60px;
    opacity: 0.6;
    z-index: 1;
}
blockquote {
    width: 75%;
    border: 2px solid var(--accent-color);
    border-radius: 20px;
    background-color: var(--el-bg-color);
    padding: 10px 20px;
}