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

body {
    font-family: Quicksand,sans-serif;
    text-align: center;
    background-color: #F1F1F1;
}

h1 {
    font-size: 33px;
}

p {
    font-size: 16px;
}