.youtube-logo {
    width: 200px;
    height: auto;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background-color: black;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    z-index: 1000;
    border-bottom: 1px solid #222;
}

body {
    padding-top: 80px;
}

.status {
    margin-right: 10px;
    font-weight: bold;
}

        .top-bar-row {
            display: flex;
            align-items: center;
            gap: 10px;
        }