
/* styles.css */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden; 
    background: white;
    color: black; 
    box-sizing: border-box;
}



/* MAIN */

h1 {
    font-size: 3rem;
    color: navy;
}

h4 {
    font-weight: bold;
    color: rgb(48, 45, 45);
    text-decoration: dotted;
}



