@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

h1, h2, h3, h4, h5, h6, p, span, a, button {
    font-family: "M Plus Rounded 1c", sans-serif;
}

html {
    background: linear-gradient(to bottom,  #cacaca 25%, white 100%);
    background-repeat: no-repeat;
}

#bdyCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#bdy {
    width: 926px;
    background-color: white;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

header {
    background: linear-gradient(to bottom,  #424242 0%,#000000 100%);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
}

#page {
    padding: 20px;
}

button#discordLogin {
    background: linear-gradient(to bottom,  #5662f6 0%,#3b48a0 100%);
    border: #3b48a0 1px solid;
    color: white;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 15px;
    text-shadow: 0 -1.22px 0 rgba(0, 0, 0);
    border-radius: 5px;
    transition: 0.25s;
}

button#discordLogin:hover {
    cursor: pointer;
    background: linear-gradient(to bottom,  #747dff 0%,#3b48a0 100%);
    border: #3b48a0 1px solid;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#dsIcon {
    margin-right: 5px;
    position: relative;
    top: 2.5px;
    filter: drop-shadow(0 -0.5px 0 rgba(0, 0, 0));
}

#videoCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}