body{font-family:Tahoma,sans-serif;background-image:url(../../background.png);background-repeat:no-repeat;background-position:center center;background-size:cover;background-repeat:repeat-y;color:#ebebeb}#flag-guesser-app{display:grid;justify-content:center;margin-top:50px}#heading{height:70px;background-color:#f3f4f7;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"navigation title stats";align-items:center;border-bottom-style:solid;border-bottom-width:3px;padding-left:50px;padding-right:50px;font-weight:700;color:#d7263d}#navigation{grid-area:navigation;display:flex}#heading a{color:#d7263d;text-decoration:none;font-size:15pt}#title{grid-area:title;justify-self:center}#stats{grid-area:stats;display:flex;justify-self:right;padding-right:20px}.gamebtn{width:200px;height:40px;justify-self:center;background-color:#d7263d;border-radius:15px;color:#ebebeb;font-weight:700}#help-offcanvas{background-color:#ebebeb;color:#000}.offcanvas-header{display:grid;grid-template-columns:1fr}.offcanvas-title{justify-self:center}.btn-close{justify-self:right}a{padding:0;margin-left:25px}#page-header{width:500px;height:75px;display:flex;border-bottom-style:solid;border-bottom-width:3px;justify-content:center;margin-bottom:75px;margin-left:auto;margin-right:auto}#page-header>a{align-content:center;color:#ebebeb}h1{margin:0;align-content:center}#hint-box{background-color:#b8b9cc;color:#d7263d;display:grid;grid-template-columns:1fr;grid-template-areas:"title" "hint1" "hint2" "hint3";border-style:solid;border-width:3px;border-color:#000;border-radius:15px;padding:20px 50px;margin-top:50px}#hint-box>h2{display:flex;grid-area:title;justify-self:center}#continent-span{grid-area:hint1;display:flex;justify-content:space-between}#capital-span{grid-area:hint2;display:flex;justify-content:space-between}#code-span{grid-area:hint3;display:flex;justify-content:space-between}#hint-box p{font-size:x-large}#flag{display:flex;justify-content:center}img{width:400px;height:250px}#country-guess{padding-top:75px;display:grid;justify-content:center}#country-guess>input{width:350px;height:40px;margin-bottom:25px;border-radius:15px}#completed{display:grid;margin-top:75px;margin-left:auto;margin-right:auto;justify-items:center}#loading-spinner{display:flex;justify-self:center;margin-top:125px}#intermission[data-v-f51fbd41]{display:grid;justify-content:center}#flag[data-v-f51fbd41]{padding-bottom:40px}.gamebtn[data-v-f51fbd41]{margin-top:10px;justify-self:center}#correct[data-v-f51fbd41],#incorrect[data-v-f51fbd41]{justify-self:center}#stat-chart{width:80vw;aspect-ratio:2 / 1;margin-left:50px;margin-right:50px;margin-top:50px;background-color:#f3f4f7}.stat[data-v-9aeaf74e]{display:flex;flex-direction:column;width:200px;height:100px;color:#000;background-color:#f3f4f7;align-items:center;justify-content:center;border-radius:10px;border:3px solid #d7263d}#stats{display:flex;flex-direction:column}#trackers{display:flex;justify-content:space-between;width:90%;margin-left:auto;margin-right:auto}
