body {
    padding: 50px;
    background-color:rgb(18, 11, 24);
}

.header_title {
    font-size: xx-large;
    color: white;
}

.header_text {
    font-size: large;
    color: white;
}

.out_links {
    font-size: x-large;
}

.grid {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(6, 300px);
}

.lower {
    padding-top: 200px;
}

.cell_icon {
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.game_cell {
    padding: 5px;
    padding-bottom: 10px;
}

.short_text {
    color: white;
}

.title {
    font-size: x-large;
}

.user_link {
    font-size: small;
}

a:vistied {
    color: rgb(48, 26, 71);
}

a:link {
    color: rebeccapurple;
}

a:hover {
    color: aqua;
}