body {
    font-family: "Friendly Fire", sans-serif;
    font-weight: "bold";
    text-align: center;
    background-color: #2a1552;
    color: #ffffff;
}

* {
    margin: 0;
}

h1,
h2,
h3 {
    font-family: "Friendly Fire", sans-serif;
    font-variant: small-caps;

    margin:0px;
    padding: 0px;

    -webkit-text-stroke-color: black;
}

h1 {
    font-size: 60px;
    line-height: 40px;

    -webkit-text-stroke-width: 2px;
    text-shadow: 3px 3px 0px black;

    color: #f2af1e;
}

h2 {
    font-size: 40px;
    line-height: 30px;

    -webkit-text-stroke-width: 1px;
    text-shadow: 1.5px 1.5px 0px black;

    color: #ffffff;
}

h3 {
    font-size: 40px;
    line-height: 10px;

    -webkit-text-stroke-width: 1px;
    text-shadow: 1.5px 1.5px 0px black;

    color: #ffffff;
}


html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Friendly Fire";
    src: url("./../Friendly_Fire.ttf");
    font-weight: 1 1000;
}
