@font-face {
    font-family: "Poppins";
    src: url('./Poppins-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


h1 {
    font-family: "Poppins", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}