html, body {
    position: relative;
    font-family: Aquawax, sans-serif;
    width: 100%;
    height: 100%;
}

body {
    color: #333;
    scroll-behavior: smooth;
    margin: 0;
    box-sizing: border-box;
    font-family: Aquawax, sans-serif;
}