@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap');

body{
    font-family: 'Quicksand', sans-serif;
}

h1{
    font-weight: 500;
    text-align: center;
}

footer p{
    text-align: center;
}

h2, p{
    text-align: left;
}

p{
    font-weight: 300;
}