@font-face {
    font-family: RED;
    src: url("./fonts/Slash\ Signature.ttf");
    font-family: MUSIC;
    src: url("./fonts/IAmMusic-Regular.ttf");
}

h1 {
    font-family: MUSIC;
    color: #ffffff;
}

.title {
    background-color: black;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
}

body {
    background-image: url('./Images/hardest-playboi-carti-edit.gif');
    background-size: cover;
    height: 100vh;
    padding: 0;
    margin: 0;
}

.test {
    background-image: url("./Images/download.avif");
    background-size: cover;
    background-color: black;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    padding: 10px;
}

text {
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    color: white;

}