@import url('https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@300&display=swap');


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

pre, p, ul, li {
    font-family: Comfortaa;
    color: white;
    font-size: 1.5vw;
    white-space: pre-wrap;
}

.socialstext {
    white-space: default;
}

h1 {
    font-family: Comfortaa;
    color: white;
    font-size: 2.5vw;
}

#topboxtext {
    padding: 0vh 1vw 0vh 1vw;
}

#smallertext {
    padding: 2vh 1vw 0px 1vw;
    margin: 0px;
}

/* set the background image */
body {
    max-width: 100vw;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bgimage {
    background-image: url("/images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100%;
    position: absolute;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    transform: scale(1.05);
}

.centertext {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    white-space: pre-wrap;
}

.center {
    position: absolute;
    left: 50%; /* relative to nearest positioned ancestor or body element */
    top: 50%; /*  relative to nearest positioned ancestor or body element */
    transform: translate(-50%, -50%); /* relative to element's height & width */
    text-align: center;
}

.social {
    padding: 0.3vh 0px 0.3vh 0px;
    margin: 0px 0px 0px 0px;
}
.socialscontainer {
    padding: 1vh 1vw 0vh 1vw;
}

#centercontainer {
    width: 50vw;
    height: auto;
}

.markedcontainer {
    background-color: rgba(30,30,30,0.6);
    border-radius: 1.5vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    color: white;
    text-decoration: none;
    margin: 0px;
}

#socialsfullcontainer {
    margin-top: 2vh;
}
