@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;800&display=swap');


* {
    margin: 0;
    padding: 0;
}


body {
    background-color: #1459a8;
}


/* main header */


.header {
    padding-top: 15vh;
    text-align: center;
}


.title h1 {
    font-family: 'Figtree', sans-serif;
    color: white;
    font-weight: 800;
    font-size: 10vh;
    padding-bottom: 10px;
}


.title p {
    font-family: 'Figtree', sans-serif;
    color: white;
    font-weight: 500;
    font-size: 2vh;
    padding-bottom: 3vh;
}


.get-started-btn {
    font-weight: 500;
    font-family: 'Figtree', sans-serif;
    border: 2px white solid;
    padding: 12px 32px;
    text-align: center;
    display: inline-block;
    font-size: 2vh;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 5vh;
}


.get-started-btn a {
    color: white;
    text-decoration: none;
}


/* configuration */


