.motd, .motd:link, .motd:active, .motd:visited {
    color: var(--theme_text_primary) !important;
    text-shadow: 0 0 8px var(--theme_text_primary) !important;
    line-height: 10px;
    font-family: monospace;
    font-style: normal;
    user-select: none;
}

.novasimg
{
    width: 150px;
    height: 150px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 10px #ffffff);
    position: relative;
    user-select: none;
}

.float {  
    animation-name: float;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes float {
    0%   { transform: translate(-50%, -50%) }
    50%  { transform: translate(-50%, -39%) }
    100% { transform: translate(-50%, -50%) }    
}

ul {
    list-style-type: none;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* 비디오 간의 간격을 줄임 */

}


/* 
h3 {
    font-size: 16px;
    margin: 10px 0;
} */