html, body {
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

input {
    border-width: 1px;
}

:root {
    --light-grey: #dadce0;
    --dark-grey: #5f6368;
    --blue: #0f6ae5;
    --light-blue: #1a73e8;
    --dark-blue: #001d5f;
    --red: #d93025;
    --green: #2ca02c;
    --orange: #ff9100;
}
