<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.portfolio-root {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-youtube-container {
    position: relative;
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yt-description-container {
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--main-font);
    color: #00FFFF;
    position: absolute;
    top: 510px;
    background-color: #25203Fbb;
    padding: 16px;
}

.yt-title {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 16px;
    text-wrap: nowrap;
}

.crt-image-container {
    height: 400px;
    background-image: url('../content/images/tex_crt.webp');
    background-size: cover;
    z-index: 1;
}

.video-embed {
    position: relative;
    width: 500px;
    height: 360px;
}

.buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-yt-controls {    
    width: 90px;
    height: 30px;
    background-color: #504060;
    color: #20ffff;
    cursor: pointer;
}

.btn-yt-controls:hover {
    background-color: #604080;
    color: #60ffff;
}</pre></body></html>