*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body{
    background: linear-gradient(180deg, rgba(0, 0, 0,1) 70%, rgba(9, 10, 66,1) 100%)};

h2{
    font-family: 'Secular One', sans-serif;
    letter-spacing: 2px;
    font-size: 3vw;
}

h3{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-size: 2vw;
}

