@font-face {
    font-family: "HotRush-Script";
    src: url(../fonts/HotRush-Script.ttf) format("truetype");
}
@font-face {
    font-family: "HotRush-SansStripedItalic";
    src: url(../fonts/HotRush-SansStripedItalic.ttf) format("truetype");
}
@font-face {
    font-family: "HotRush-Sans";
    src: url(../fonts/HotRush-Sans.ttf) format("truetype");
}

body {
    background-color: #242424;
    background-image: url('../img/background.svg');
}

h1 {
    font-family: "HotRush-Script";
    font-size: 13em;
    color: #fc03f0;
    text-align: center;
    margin-block-end: 0.1em;
}

h2 {
    font-family: "HotRush-SansStripedItalic";
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 0.2em;
    color: aquamarine;
    text-align: center;
}

h3 {
    font-family: "HotRush-Sans";
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 0.05em;
    color: #242424;
    text-align: center;
}