header {
    text-align: center;
}

header ul {
    list-style-type: none;
}

header li {
    border-style: solid;
    border-color: #001679;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    display: inline-block;
    background-color: #2c4cd969;
    color: black;
    text-decoration: none;
}

header li a {
    color: black;
    text-decoration: none;
}

.intro {
    text-align: center;
}

p a {
    color: black;

}

.gamecard {
    border-style: solid;
    border-color: #001679;
    border-radius: 20px;
    margin: 3px;
    padding: 5px;
}

.tags {
    display: flex;
    list-style-type: none;
    margin: auto
}

.images {
    display: flex;
    list-style-type: none;
    border-style: solid;
    border-color: #2c4cd969;
    border-radius: 10px;
    background-color: #2c4cd969;
}

.cardimg {
    max-width: 24%;
    margin: auto;
}

.intag {
    max-width: 12px;
    max-height: 12px;
}

.tags li {
    border-style: solid;
    border-color: #2c4cd969;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
}

.cardtitle {
    font-family:  Georgia, 'Times New Roman', Times, serif;
    font-size: 32px;
    margin-top: 0;
}

.carddesc {
    margin-top: 0;
    font-size: 18px;
    font-family:  Times, serif;
}

h2 {
    font-family:  Georgia, 'Times New Roman', Times, serif;
    font-size: 42px;
}


footer {
    background-color: #001679;
    color: #ffffff;
    padding: 1px;
    padding-right: 10px;
    text-align: right;
    line-height: 0.6;
}

footer a:link {
    color: #e0e0e0;
    text-decoration: none;
}

footer a:hover {
    color: #e0e0e0;
    text-decoration: underline;
}

footer a:visited {
    color: #e0e0e0;
    text-decoration: none;
}

footer a:active {
    color: #e0e0e0;
    text-decoration: underline;
}

body {
    background-color: #2c4cd969;
}