/* style.css */

body {
    background-color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 28pt;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #000000;
    margin: 0;
    text-transform: lowercase;
    font-weight: 300;
}
