html {
    background: linear-gradient(0deg, rgb(49, 46, 110) 0%, rgb(107, 52, 139) 35%, rgb(86, 151, 250) 100%);
    min-height: 100%;
}

body {
    font-family: 'Courier New', Courier, monospace;
}

::placeholder {
    color: rgba(240, 248, 255, 0.76);
}

h1 {
    color: rgba(240, 248, 255, 0.877);
    background-color:rgba(196, 246, 255, 0.226);
    padding: 10px;
    border-end-end-radius: 10px;
    width: 99%;
    font-size: 4vh;
    border-color: black;
}

#player {
    background-color:rgba(196, 246, 255, 0.226);
    padding: 10px;
    width: 60vw;
    height: 34vw;
    margin: 10px auto;
    display: block;
}
#js {
    font-size: 25px;
    text-align: center;
}
.formEl {
    vertical-align:text-bottom;
    border-radius: 8px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.24);
    margin-left: 10px;
    margin-right: 10px;
    color: aliceblue;
    height: 3vw;
    background-color:rgba(196, 246, 255, 0.144);
}

button[class="formEl"] {
    font-size: 1.8vw;
    background-color:rgba(196, 246, 255, 0.322);
}

#js b {
    color: rgb(207, 221, 233);
    margin-top: 50px;
}

#js p {
    margin: 0;
    margin-top: 10px;
    color: rgba(240, 248, 255, 0.705);
}

#loadbar {
    margin-bottom: 20px;
    text-align: center;
}

#vidurl {
    width: 35vw;
    min-width: 350px;
    height: 3vw;
}

.tColumn {
    width: 33.3vw;
    text-align: center;
    font-size: 30px;
}

table {
    border-style: double;
    border-color: rgba(60, 107, 196, 0.856);
}

.attention {
    display: none;
}

a {
    text-decoration: none;
}
a:link {
    color: rgb(234, 173, 253);
}
a:visited {
    color: rgb(234, 173, 253);
}
a:hover {
    color: rgb(232, 200, 250);
}

#dlHelper {
    border-style: solid;
    display: inline-block;
    padding: 15px;
    margin: 10px;
    border-color: rgba(137, 43, 226, 0.274);
}

#inviteText {
    vertical-align:text-bottom;
    border-radius: 8px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.24);
    margin-left: 10px;
    margin-right: 10px;
    color: aliceblue;
    height: 3vw;
    background-color:rgba(196, 246, 255, 0.144);
}