body {
    margin: 25px;
    background-color: #0c0d0e;
    color: #fcfdfe;
    font-family: "Droid Sans Mono", monospace;
    font-size: 14px;
}

h1 {
    text-align: center;
    color: #e31a1c;
    font-size: 32px;
}

h2 {
    text-decoration: underline;
    font-size: 24px;
}

h3 {
    color: #31a354;
    font-size: 20px;
}

p {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
}

a {
    color: #3182bd
}

.box {
    width: 1300px;
    margin: auto;
    border: 2px solid #fcfdfe;
    padding: 25px;
    margin-top: 25px;
}

.grid {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
    gap: 5px 5px;
}

.about {
    grid-area: 3 / 1 / 4 / 3;
}

.cover {
    grid-area: 2 / 1 / 3 / 2;
}

.screenshot {
    grid-area: 2 / 2 / 3 / 3;
}

.screenshot-text {
    text-align: center;
}

#ratings {
    width: 350px;
    margin: auto;
    text-align: center;
}

th {
    border: 2px solid #fcfdfe;
}

b {
    font-size: 20px;
    color: #31a354;
}