@font-face {
    font-family:"Nise Sega Sonic";
    src:url("/Assets/Fonts/NiseSegaSonic.TTF"), format("truetype");
}

.CenteredImg {
    -webkit-user-drag:none;
}

img {
    -webkit-user-drag:none;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

:root {
    -webkit-text-stroke:1px black;
    font-family:"Nise Sega Sonic";
    font-weight:lighter;
    user-select:none;
}

h3 {
    -webkit-text-stroke:1.5px black;
}

.Centered {
    display:flex;
    align-items:center;
    justify-content:center;
}

hr {
    width:9999999999px;
}

a {
    color:red;
}

.SeparatedTitle {
    margin-right:4px;
}