@charset "utf-8";

/*
    Crafts By Catmarg Project
    Catherine Carter
    Started on 9/29/2025
*/

body {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
    background-color: rgba(183, 224, 246);
    color: black;
}

/*Global heading styles */
h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}