@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700;900&display=swap');

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #22092C;
    color: #F05941;
    font-family: "Poppins", sans-serif;
}

#title-card {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}
