@import 'https://fonts.googleapis.com/css2?family=Questrial&display=swap';
body,
html {
    padding: 0;
    margin: 0;
    font-family: questrial, sans-serif;
    height: 100%
}

a {
    color: inherit;
    text-decoration: none
}

* {
    box-sizing: border-box
}

input {
    border: 1px solid #000
}