body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('../files/background.jpg');
    background-size: cover;
    color: white;
}
video {
    height: 450px;
    width: auto;
    border-radius: 10px;
}
a {
    text-decoration: none;
    background-color: rgba(211, 56, 0, 0.6);
    backdrop-filter: blur(4px);
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-shadow: none;
    margin-left: 10px;
}
a:hover {
    background-color: rgba(105, 28, 0, 0.6);
    backdrop-filter: blur(4px);
}
.separation {
    background-color: white;
    margin: 30px;
    margin-left: 0;
    height: 5px;
    width: 140px;
    border-radius: 5px;
}
#mainBox {
    display: flex;
    position: absolute;
    top: 3%;
    left: 20%;
    width: 60%;
    height: 94%;
    background-color: rgba(211,56,0, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    overflow: scroll;
}
#downloadButton {
    margin: 10px;
    width: 200px;
    height: 30px;
}
#mainPageRedirect {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 30px;
    width: 100px;
}
