html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #e8e8e8;
    overflow-x: hidden;
}

div {
    margin-left: 5%;
    margin-right: 5%;
}

h1 {
    border-bottom: 1px solid black;
    margin-bottom: 4%;
    margin-top: 8%;
    color: #03396C;
}

h2 {
    color: #03396C;
}

h3 {
    color: #03396C;
}

h4 {
    color: #03396C;
}

p {
    font-weight: 200;
    color: black;
    font-size: 1.1rem;
}

li {
    list-style: none;
}