@font-face {
    font-family: main;
    src: url(/MusticaPro.otf);
}

svg{
    fill: currentColor;
}

::selection{
    color: #ff0037;
    background-color: #00000000;
    background-color: white;
}

body{
    overflow-x: hidden;
    margin: 0;
    font-family: main;
    background-color: #1a1a1a;
    color: #ffffff;
}
.hompag{
    overflow: hidden;
    font-family: main;
    height: 100dvh;
    margin: 0;
}
#backgr{
    position: absolute;
    background-image: url(/a_wpa_nx1.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}

#smallfooter{
    position: absolute;
    left: 8px;
    bottom: 8px;
    right: 8px;
    height: 25px;
}

#scont{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 370px;
    width: 80%;
    position: absolute;
    margin-left: 8px;
    margin-right: 8px;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}

.button{
    color: #ffffff;
    margin: 5px 5px;
    border: #2c2c2c42 2px solid;
    background-color: #88888804;
    border-radius: 4px;
    transition: all 70ms linear;
    padding: 4px 4px;
    text-decoration: none;
    backdrop-filter: blur(32px);
    white-space: nowrap;
}

#disabled{
    color: #ffffff4c;
    pointer-events: none;
}

.button:hover{
    border-bottom: #ff0c41 2px solid;
    background-color: rgba(59, 59, 59, 0.247);
}

.ibutton{
    color: #ffffff;
    text-decoration: none;
}
.ibutton:hover{
    color: #ffffff;
    text-decoration: underline #ff004c;
}

.ftrbrand a{
  color: #646161;
  text-align: center;
  text-decoration: none;
}

.ftrbrand a:hover{
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.stb {
    font-size: 21pt;
    @media (max-width:423px) {
        font-size: 20pt;
    }
    @media (max-width:403px) {
        font-size: 19pt;
    }
    @media (max-width:384px) {
        font-size: 18pt;
    }
    @media (max-width:364px) {
        font-size: 17pt;
    }
    @media (max-width:344px) {
        font-size: 16pt;
    }
    @media (max-width:324px) {
        font-size: 15pt;
    }
    @media (max-width:304px) {
        font-size: 14pt;
    }
}

#thingstuff {
    text-align: center;
    align-content: center;
    text-decoration: none;
    line-height: 220%;
}
