@font-face {
    font-family: "GT America Extended Black";
    src: url("//db.onlinewebfonts.com/t/1eb5591e6d07fc6d6141d5bedbb9eb2f.eot");
    src: url("//db.onlinewebfonts.com/t/1eb5591e6d07fc6d6141d5bedbb9eb2f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1eb5591e6d07fc6d6141d5bedbb9eb2f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1eb5591e6d07fc6d6141d5bedbb9eb2f.woff") format("woff"), url("//db.onlinewebfonts.com/t/1eb5591e6d07fc6d6141d5bedbb9eb2f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1eb5591e6d07fc6d6141d5bedbb9eb2f.svg#GT America Extended Black") format("svg");
}

html {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    max-width: 400px;
    background-image: url();
    font-family: 'Graphik';
    color: black;
}

h1,
h2 {
    font-family: 'GT-America-Extended-Black';
    line-height: 2rem;

}

.social-container{
    display: flex;
    flex-direction: row;
}

.social-link{
    margin: 2.5%;
}

@font-face {
    font-family: 'GT-America-Extended-Black';
    src: url('fonts/GT-America-Extended-Black.woff'),
        url('fonts/GT-America-Extended-Black.eot'),
        url('fonts/GT-America-Extended-Black.otf'),
        url('fonts/GT-America-Extended-Black.ttf'),
        url('fonts/GTAmerica-ExtendedBlack.eot'),
        url('fonts/GTAmerica-ExtendedBlack.svg'),
        url('fonts/GTAmerica-ExtendedBlack.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-400-RegularItalic.otf') format("truetype"),
        url('fonts/Graphik-RegularItalic.eot'),
        url('fonts/Graphik-RegularItalic.svg'),
        url('fonts/Graphik-RegularItalic.ttf'),
        url('fonts/Graphik-RegularItalic.woff'),
        url('fonts/Graphik-RegularItalic.woff2');
    font-weight: normal;
    font-style: italic;
}

ul {
    display: grid;
    gap: 0.75rem;
    font-family: 'Graphik';
    font-style: italic;
}

img {
    height: 100px;
    width: 100px;
}

a {
    color: black;
}

a:visited {
    color: black;
}

p {
    font-family: 'Graphik';
    font-style: italic;
}