body {
    background-color: black;
}

.container {
    text-align: center;
    font-family: "Pixelify Sans", 'Courier New', Courier, monospace;
    max-width: 70%;
    margin-left: 15%;
}

h3 {
    color: hsl(0, 0%, 75%);
    font-size: 3em;
}

h1{
    color: hsl(0, 0%, 75%);
    font-size: 2em;
}

h4 {
    color: hsl(0, 0%, 75%);
    font-size: 2em;
    margin: 20px;
    text-align: justify;
}

#card {
    cursor: pointer;
    filter: hue-rotate(320deg) saturate(1000%) grayscale(100%);
}

#card:hover{
    filter: grayscale(100%);
}

h5{
    color: hsl(0, 0%, 75%);
    font-size: 1.5em;
    margin: 10px;
}
.container a{
    color: hsl(0, 0%, 75%);
}