@font-face {
    font-family: DigitalFont;
    src: url(Fonts/DS-Digital.TTF);
}



body {
    background-color: black;
    color: white;
    font-family: DigitalFont;
}

header {
    text-align: center;
    grid-area: header;
}

h2 {
    color: red;
    text-transform: uppercase;
    text-align: center;
    grid-area: conent;
}

footer {
    text-align: center;
    color: blue;
    text-decoration: none;
}

a:link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

img {
    display: block;
    margin: auto;
}

h6 {
    text-align: center;
}
