body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f2f2f2;
}

.video-link a {
    display: inline-block;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.video-link a:hover {
    background-color: white;
    color: #333333;
}

.fas {
    font-size: 36px;
    margin-right: 10px;
}
