@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Inter:wght@500;600;800&family=Montserrat:wght@500;600;700;900&display=swap');



body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #090909;
    color: #ffffff;
}

h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.88px;
}

p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
}

h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
}

h3 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
}

a {
    text-decoration: #FFF;
}

img {
    border-radius: 25px;
}