html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

ul, ol {
    padding: 0;
}

img {
    width: 100%;
}