/* Style Settings */
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css');
:root {
    --bgColor: #00000050;
    --accentColor: #292929;
    --accentColor2: #669f67;
    --font: 'Karla', sans-serif;
    --fontColor:#FFFFFF;
    --firstName: 'John';
    --lastName: 'Doe';
}

body{
    background: url("/images/background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #08251c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
/*     overflow-y: hidden; */
    z-index: 0;
}

#userPhoto{
    width: 110px;
    height: 110px;
    display: block;
    margin: 35px auto 20px;
    border-radius: 50%;
}

#userName{
    color: #bbb;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
}

#links{
    max-width: 600px;
    width: auto;
    display: block;
    margin: 27px auto;
}
.link{
    display: block;
    background-color: var(--bgColor);
    color: var(--fontColor);
    font-family: var(--font);
    text-align: center;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
    border: solid var(--accentColor) 2px;
    border-radius: 10px;
    max-height: 20px;
    backdrop-filter: blur(2px)
}



.link:hover{
    border: solid var(--accentColor2) 2px;
    color: var(--accentColor2);
}

.extra{
    transition: all .25s cubic-bezier(.08,.59,.29,.99);
}

.extra:hover{
    color: var(--accentColor2) !important;
}

.upload{
    display: none;
    position: relative;
    top: 10px;
}

.videoWrapper {
    position: relative;
    height: 0;
}
.videoWrapper iframe {
    display: none;
    position: absolute;
    top: 10px;
    width: 800px;
    height: 450px;
    /* display: block;
    margin: auto; */
}

.icon {
    font-weight: 400;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    display: grid;
    width: 0px;
    height: 0px;
    float: left;
}

.youtube {
    color: red;
}

.github {
    color: black;
    font-size: 24px;
}

.twitch {
    color: #8956FB;
    font-size: 22px;
}

.discord {
    color: #5865F2;
    font-size: 18px;
}

.x {
    color: white;
    font-size: 22px;
}

h5 {
    text-align: center;
    margin-bottom: 20px;
    color: #E6E6E6;
    font-family: var(--font);
    font-style: italic;;
}
h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #E6E6E6;
    font-family: var(--font);
}
h6 {
    text-align: center;
    margin-bottom: 20px;
    color: rgb(136, 136, 136);
    font-family: var(--font);
}

#clock {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
    opacity: 0.4;
    margin-top: auto;
}

.atrib {
    text-align: center;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    color: rgb(136, 136, 136);
    font-family: var(--font);
    margin-bottom: 20px;
    padding: 17px;
}

@media screen and (max-width:767px){
    .test {
    display: block;
    }
}
