@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html, body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
}

body {
    padding: 100px 0;
    box-sizing: initial;
}

* {
    position: relative;
    outline: none;
    font-family: "Nunito", sans-serif;
    box-sizing: border-box;
}

h1, h2, h3, p, i, u ,b, table {
    cursor: default;
}

input[type="submit"], a, button {
    cursor: pointer;
}