body {
    height: 100vh;
    margin: 0;
    font-family: Arial;
}

a {
    cursor: default;
    text-decoration: none;
}

#app {
    height: 100%;
}

.app-load-icon {
    position: fixed;
    width: 10em;
    left: calc(50% - 5em);
    top: calc(50% - 10em);
}

textarea {
    padding: 0;
}

input {
    border: none;
    outline: none;
    padding: 0;
}

    input:focus {
        outline: none;
    }
