@font-face {
    font-family: 'Liddell';
    src: url('https://solen.neocities.org/Liddell-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background-color: #34321c;
    background: url('https://solen.neocities.org/vessels/bg.png') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Liddell', 'Comic Neue', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
}

.page-container {
    text-align: center;
    margin-top: 150px;
    position: relative;
    z-index: 2;
}

.logo-frame-container {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    overflow: visible;
}

.logo {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    max-width: 250px;
}

.go-back {
    position: absolute;
    top: -10px;
    left: calc(50% + 120px);
    display: inline-block;
    padding: 6px 12px;
    font-family: 'Liddell', 'Comic Neue', sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    z-index: 4;
}

.go-back:hover {
    background-color: rgba(0,0,0,0.8);
}

.video-frame {
    position: relative;
    display: inline-block;
    width: 594px;
    height: 455px;
}

.frame {
    display: block;
    width: 100%;
    height: 100%;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 426px;
    height: 320px;
    transform: translate(-50%, -50%);
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.text-content {
    margin-top: 20px;
    font-family: 'Liddell', 'Comic Neue', sans-serif;
}

.paragraph {
    font-size: 18px;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Liddell', 'Comic Neue', sans-serif;
}

.signature {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.signature img {
    width: min(20vw, 100px);
    height: auto;
    display: block;
    margin: 0 auto;
}

.frame-corner {
    position: absolute;
    z-index: 1;
    max-width: 380px;
}

.up-right {
    top: 20px;
    right: 20px;
}

.up-left {
    top: 20px;
    left: 20px;
}

.bottom-frame {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 300px;
    margin-bottom: 0;
}

.bottom-frame img {
    max-width: 768px;
    height: auto;
}

@media (max-width: 768px) {
    .bottom-frame {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: space-around;
        gap: 0;
        z-index: 3;
        padding: 0;
        margin-bottom: 0;
    }

    .bottom-frame img {
        max-width: 120px;
    }
}
