.btn-google {color: white;background-color: #ea4335}
.btn-twitch {color: white;background-color: #9146ff}
.btn-twitter {color: white;background-color: #1DA1F2}

.cover-image{width:100%;height:calc(100vw/6.5 - 1px);min-height:100px;object-fit:cover}


.flyer-page {
    display: flex;
    justify-content: center;
    padding: 24px;
    background: #f3efe7;
}

.flyer-canvas {
    position: relative;
    width: 768px;
    height: 1086px;
    overflow: hidden;
    background: #3f5d97;
    color: #f8efe1;
}

.flyer-header {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 40px;
}

.flyer-photo-frame {
    width: 520px;
    height: 520px;
    margin: 40px auto 0;
    border-radius: 48% 52% 50% 50%;
    background: #efe4d0;
    padding: 18px;
}

.flyer-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.flyer-copy {
    width: 80%;
    margin: 36px auto 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
}

.flyer-contact {
    position: absolute;
    left: 40%;
    bottom: 110px;
    transform: translateX(-50%);
    width: 380px;
    background: #fff;
    color: #2d4678;
    border-radius: 32px;
    padding: 28px 32px;
    text-align: center;
}
.flyer-brand {
    position: absolute;
    right: 26px;
    bottom: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.flyer-qr {
    width: 150px;
    height: 150px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}

.flyer-qr svg {
    width: 100%;
    height: 100%;
    display: block;
}

.flyer-brand-text {
    font-size: 28px;
    font-weight: 700;
    color: #f8efe1;
    letter-spacing: 0.04em;
}