@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

body {
    font-family: 'Maven Pro', sans-serif;
    color: #333;
    line-height: 1.6;
}
p {
    text-indent: 1.5em;
}
h1{
    color:black;
    text-shadow: -4px -4px 4px lightgray;
}

a {
    color: gray;
    text-decoration: none;
    border-bottom: 1px dotted darkgray;
}

