body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background: linear-gradient(#4e0036,#2b0053);
}

header {
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: 'Times New Roman', Times, serif; /* Adjust font as desired */
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

video {
    width: 80%;
    max-width: 800px; /* Adjust size as needed */
    height: auto;
}    