:root {
    --papaya-whip: #FDEFD5;
    --gunmetal: #09242F;
    --parchment: #F4E9CE;
    --moonstone: #79A4A6;
    --outer-space: #3E4D4B;

    --light-gray: #f3f3f3;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: var(--moonstone);
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 2em;
    color: var(--outer-space);
}