* {
    padding:0;
    margin:0;
    max-width:100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    height:100vh;
    width:100vw;
    font-size:15px;
    font-family: "PT Mono", monospace;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    margin-bottom:8px;
}

h1 {
    font-size:32px;
    margin-bottom:12px;
}

p {
    line-height: 1.2;
    margin-bottom: 8px;
}