@import url("fontawesome.css");
@import url("solid.fontawesome.css");
@import url("brands.fontawesome.css");

* {
    position: relative;
    outline: none;
    box-sizing: border-box;
    cursor: default;
}

input {
    cursor: text;
}

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

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