@media only screen and (max-width: 950px) {
    #discord {
        flex-flow: column nowrap !important;
        width: auto !important;
        height: auto !important;
        align-items: space-between !important;
        padding: 20px !important;
    }

    #discord button {
        margin: 7vh 0 0 !important;
    }

    .avatar  {
        margin: auto !important;
        display: block !important;
    }

    #bgVideo {
        object-fit: cover !important;
    }

    a {
        font-size: 4vw;
    }

    .text {
        left: 20vw !important;
    }

    h1 {
        font-size: 20vw !important;
    }

    #typer {
        left: 19vw !important;
    }
}

@font-face {
    font-family: 'UM Typewriter';
    src: url('../fonts/UMTypewriter-Bold.woff2') format('woff2'),
        url('UMTypewriter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

video::-webkit-media-controls {
  display: none;
}

@font-face {
    font-family: 'UM Typewriter';
    src: url('../fonts/UMTypewriter.woff2') format('woff2'),
        url('UMTypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    background: #020202;
    padding: 0;
    margin: 0;
    font-family: "UM Typewriter";
}

a {
    text-decoration: none;
    color: #f0f0f0;
    text-shadow: 0 0 5px #f0f0f0c0;
}

a:hover {
    cursor: pointer;
}

#bgVideo {
    position: absolute;
    z-index: -2;
    opacity: 0%;
    transition: opacity 1s;
    object-fit: fill;
    height: 100vh;
    width: 100vw;
}

#bgVideo.active {
    opacity: 25%;
}

#hr {
    position: relative;
    margin: auto;
    border-width: 0px;
    width: 93vw;
    height: 2px;
    background: #FDE4F2;
    background: -webkit-linear-gradient(90deg, rgba(253, 228, 242, 0) 0%, rgba(253, 228, 242, 1) 50%, rgba(253, 228, 242, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(253, 228, 242, 0) 0%, rgba(253, 228, 242, 1) 50%, rgba(253, 228, 242, 0) 100%);
    background: linear-gradient(90deg, rgba(253, 228, 242, 0) 0%, rgba(253, 228, 242, 1) 50%, rgba(253, 228, 242, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#FDE4F2", 
        endColorstr="#FDE4F2", 
        GradientType=1
        );
    z-index: 1;
    opacity: 0%;
    transition: opacity 1s;
}

#hr::before {
    width: 93vw;
    height: 4px;
    content: "";
    position: absolute;
    transform: translate(0, -1px); 
    z-index: -1; 
    background: #fde4f2BF;
    background: -webkit-linear-gradient(90deg, rgba(253, 228, 242, 0) 0%, rgba(253, 228, 242, 0.75) 50%, rgba(253, 228, 242, 0) 100%);
    background: -moz-linear-gradient(90deg, rgba(253, 228, 242, 0) 0%, rgba(253, 228, 242, 0.75) 50%, rgba(253, 228, 242, 0) 100%);
    background: linear-gradient(90deg, rgba(253, 228, 242, 0) 0%, rgba(253, 228, 242, 0.75) 50%, rgba(253, 228, 242, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FDE4F2", endColorstr="#FDE4F2", GradientType=1);
    filter: blur(3px);
}

#hr.active {
    opacity: 100%;
}

#header {
    width: 100vw;
    height: 10vh;
    color: #f0f0f0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    font-size: 30px;
    opacity: 0%;
    transition: opacity 1s, height 1s;
}

#header.active {
    opacity: 100%;
    height: 13vh;
}

.text {
    width: auto;
    position: absolute;
    top: 50%;
    left: 44.2%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

h1 {
    color: #fde4f2;
    font-size: 72px;
    text-shadow: 0 0 5px #f9cee7;
    display: inline;
}

#typer {
    height: 83px;
    width: 2px;
    background-color: #fde4f2;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 5px #fde4f2;
}

#time {
    padding: 30px 30px 0 0;
    margin: 0;
    float: right;
    opacity: 0%;
    transition: opacity, 1s;
    color: #f0f0f0;
    text-shadow: 0 0 3px #f0f0f0;
}

#time.active {
    opacity: 100%;
}

#notification {
    background-color: #1d1d1d50;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    border: 1px solid red;
    box-shadow: 0 0 5px red;
    color: #ff9999;
    display: flex;
    text-align: center;
    flex-direction: column;
    padding: 0;
    transform: translateY(150%);
    transition: transform 0.5s;
}

#notification.active {
    transform: translateY(0%);
}

#notification button {
    align-self: flex-start;
    justify-self: flex-start;
    background: none;
    filter: invert(100%);
    border: none;
    margin: 10px 10px 0;
}

#notification span {
    text-shadow: 0 0 5px #ff9999;
    margin-inline: 40px;
    margin-bottom: 20px;
}

#loader {
    height: 2px;
    width: 100%;
    background-color: #ff9999;
}

button:hover {
    cursor: pointer;
}

#play {
    position: absolute; 
    top: 30px; 
    left: 30px; 
    transition: opacity, 1s; 
    opacity: 0%;
    font-size: 16px !important;
}

#play.active {
    opacity: 100%;

}

