@font-face {
    font-family: "sportsJersey";
    src: url(sportsjersey.ttf);
}

body {
    background-color: #080808;
}

h1 {
    font-weight: 100;
    color: white;
    font-size: clamp(1.6vh, 2vh + 1rem, 4vh);
}

p {
    color: white;
    font-size: clamp(1.6vh, 2vh + 1rem, 4vh);
}

a {
    color: white;
}

a:visited {
    color: white;
}

article {
    text-align: center;
}

small {
    color: white;
    font-size: clamp(1.6vh, 2vh + 1rem, 4vh);
}

img {
    height: 50vh;
}

@media (min-width: 1250px) {
    article {
        margin-left: 20vw;
        margin-right: 20vw;
    }
}