@font-face {
    font-family: "SF Fedora";
    src: url("https://db.onlinewebfonts.com/t/14d62910405562b4dfa88ba167594f21.woff2") format("woff2"), 
    url("https://db.onlinewebfonts.com/t/14d62910405562b4dfa88ba167594f21.woff")format("woff");
  }

    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=WDXL+Lubrifont+TC&display=swap');


h1 {

    text-align: center;
    font-family: 'SF Fedora';
}

img {

    width: 400px;
    float: left;
}

p {

     font-family: "Roboto", sans-serif;

}


body {

    background-image: url(https://i.redd.it/zanz9g3546251.png);

}