@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    height: 100%;
    /* background: #120418; */
    background: linear-gradient(180deg, rgba(18,4,24,1) 0%, rgba(18,4,24,1) 80%, rgba(96,22,94,1) 100%);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */

    margin: 0;
    padding: 0;


    font-family: "Inter", serif;
    color: white;
}

h1 {
    font-size: 5.61rem;
    background-image: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #FFCC70 100%);
    background-clip: text;
    color: transparent;
    letter-spacing: -0.02em;
    font-weight: 700;
}
h2, h3, h4, h5, h6, p, small{
    font-weight: 400;
    margin: 0;
}
h2 { font-size: 4.209rem;}
h3 { font-size: 3.157rem;}
h4 { font-size: 2.369rem;}
h5 { font-size: 1.777rem;}
h6 { font-size: 1.333rem;}
p { font-size: 1rem;}
small { font-size: 0.75rem;}



/* header{
    margin: 30px;
    text-align: center;
}
header div{
    display: inline-block;
    width: 200px;

    font-size: 32px
}

header a{
    color: white;
    text-decoration: none; 
} */