@font-face {
    font-family: 'Starjhol';
    src: url('fonts/star_jedi/starjedi/Starjedi.ttf');
    font-weight: normal;
    font-style: normal;
}

.canvas-container {
    position: relative;
    width: 1600px;
    margin: 0 auto;
}

.title-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    padding-top: 50px;
    position: relative;
    width: 1550px;
    text-align: center;
    font-family: 'Starjhol';
    color: #fff;
    letter-spacing: 0.05em;
    margin: 0;
}

.title h1 {
    font-size: 52px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 20px #124296;
}

.title h2 {
    font-size: 50px;
    margin-top: 0px;
}

.list-container {
    position: absolute;
    display: grid;
    box-sizing: border-box;
    column-gap: 10px;
    row-gap: 3px;
    color: white;
    bottom: 0px;
    padding: 20px;
    border-radius: 20px;
    margin: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
}

.list-container h1 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}

.game-list-entry {
    font-size: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.planet-indicator {
    display: inline-flex;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    line-height: 0px;
    margin-right: 5px;
}

.moon-indicator {
    display: inline-block;
    height: 66%;
    width: 66%;
    border-radius: 50%;
    position: relative;
    left: 50%;
    bottom: 1px;
}

body {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    margin: 0;
}

.body-label {
    font-size: 8px;
    font-weight: 600;
    fill: #ececec;
    text-shadow: none;
}

.marker-label {
    font-size: 6px;
    font-weight: 600;
    fill: #000;
    text-shadow: none;
}

.planet-description {
    font-family: 'Starjhol';
    letter-spacing: 0.05em;
    font-size: 10px;
    font-weight: 600;
    fill: #ececec;
}

#graph {
    background: radial-gradient(#07042c, #04021a);
}

.radar-chart .legend {
    font-weight: 400;
    text-align: center;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
    width: 20px;
    height: 20px;
}

.radar-chart .hover-text {
    font-weight: 600;
    text-shadow: none;
    display: none;
}

.button-charts {
    position: relative;
    width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.legend-charts {
    right: 0px;
}

.legend-entry {
    font-size: 8px;
    font-weight: 600;
    display: flex;
    align-items: stretch;
}

.legend-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 7px;
}

.legend-icon svg {
    stroke: white;
    fill: white;
}