body{
    margin: 0;
}

#videoPlayer1{
    position: absolute;
    width: 100%;
    min-height: 1000px;
    height: 100vh;
    object-fit: fill;
}
.MainContentContainer{
    position: relative;
    padding-top: 77px;
    width: 100%;
    height: 100vh;
}

#downloadTitle{
    color: white;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 52px;
    color: #ff8d54;
}

#launcherDescription{
    color: white;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 18px;
}
.downloadContentContainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

.downloadBlockContainer{
    display: flex;
    flex-direction: column;
    height: 200px;
    width: 30%;
    align-items: center;
    background-color: rgba(255,255,255,0.22);
    backdrop-filter: blur(12px);
    border-radius: 12px;
}

.downloadButtons{
    width: 80px;
    height: 35px;
    background-color: #ff8d54;
    border-radius: 16px;
    color: white;
    border: solid 1px white;
    margin-bottom: 40px;
}

.downloadButtons:hover{
    cursor: pointer;
    background-color: #ff6b00;
    transition: 0.2s;
}

.guideLinks {
    color: white;
}