body {
    margin: 0;
    padding: 0;
    background-color: #F5E6D3;
    overflow: hidden;
}

iframe {
    border: none;
    width: 100vw;
    height: calc(100vh - 80px);
}

header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    background: #2c1810;
    color: #F5E6D3;
}

.back-link {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.back-link:hover {
    color: #d84343;
}
