@import url('https://fonts.googleapis.com/css2?family=Cause:wght@100..900&display=swap');

body {
    text-align: center;
}

h1, h2, p {
    font-family: 'Cause', sans-serif;
    font-weight: 600;
}

a:anylink {
    color: blue;
}