@font-face {
    font-family: 'ClashRoyale';
    src: url('/fonts/Clash_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

html, body {
    min-height: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

body {
    font-family: "ClashRoyale", sans-serif;
    background-image: url("/images/Illustration_MiddleBuff_DaggerDuchess.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body::before {
    content: "";
    position: fixed;
    height: 100%;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
}

.outer {
    height: 100vh;
}

.outer .inner {
    width: 60%;
    background-color: #eeebeb;
}

.register, .signin {
    width: 75%;
    height: 40px;
}
#back {
    width: 7%;
    height: 45px;
    font-size: 20px;
    border: 3px solid black;
    border-radius: 15px;
}

#back2 {
    width: 7%;
    height: 45px;
    font-size: 20px;
    top: 50px;
    left: 50px;
    border: 3px solid black;
    border-radius: 15px;
    background-color: #eeebeb;
}

#back2:hover {
    background-color: rgb(214, 212, 212);
}

#card {
    margin-top: -100px;
    filter: blur(0rem);
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -webkit-user-drag: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}



#guess {
    border-radius: 10px;
    height: 50px;
    padding-left: 10px;
}

#guessButton {
    height: 50px;
    border-radius: 12px;
    width: 120px;
    background-color: #eeebeb;
}

#leaderboard {
    right: 50px;
    top: 30px;
    width: 125px;
}

#logout {
    border-radius: 15px;
    left: 50px;
    top: 50px;
}

#logout2 {
    border-radius: 15px;
    right: 50px;
    top: 50px;
}

#guessButton:hover {
    background-color: rgb(201, 198, 198);
    transform: translateY(-2px)
}

#logout:hover {
    background-color: #a63028;
    transform: translateY(-2px)
}

#highscore span {
    color: rgb(230, 188, 84);
    -webkit-text-stroke: 2px #000000;
}

#scores {
    background-color: #E4E4E4;
    width: 55%;
    border-radius: 15px;
}

#logo {
    width: 50%;
    margin-right: -100px;
    margin-left: -90px;
    margin-top: 0px;
}

.title {
    font-weight: 600;
    font-size: 65px;
    -webkit-text-stroke: 2px black;
    margin-top: -100px;
    color: #eeebeb;
}

#logobox {
    margin-top: -100px;
}

#feedback {
    background-color: rgb(216, 214, 214);
    border-radius: 15px;
}

.leaderboard-card {
    background-color: #E4E4E4;
    margin: 0 auto;
    width: 50%;
    border: 5px solid rgb(77, 76, 76);
    border-radius: 15px;
}

.leaderboard-card p {
    font-size: 25px;
    color: rgb(61, 61, 61);
}

.leaderboard-card img {
    width: 100px;
}

.image-number {
    left: 42px;
    top: 30px;
    -webkit-text-stroke: 1px white;
    opacity: 100%;
    color: black;
}

#leaderboard-number {
    width: 100px;
    color: white;
    -webkit-text-stroke: 3px black;
}

#leaderboard-title {
    color: #eeebeb;
    -webkit-text-stroke: 4.5px rgb(61, 61, 61);
}

#leaderboard-title h1 {
    font-size: 75px;
}

.crown {
    width: 8%;
    left: 300px;
    top: -40px;
}