html,
body {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 100vh;
    color: #333;
    margin: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
        Cantarell, 'Helvetica Neue', sans-serif;
}

* {
    box-sizing: border-box;
}

.link {
    all: unset;
    cursor: pointer;
    color: #c0c0c0;
    text-decoration: underline;
}
