.video-container {
    text-align: center;
}

.Yvideo-links {
    border: none;
    padding: 8px 8px;
    margin: 3px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}

.Yvideo-links:hover {
    background-color: #ffc500;
}

.Yvideo-links:focus {
    outline: none;
    box-shadow: 0 0 3px 2px rgba(0, 179, 255, 0.6);
}
