*,
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#not-supported {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#not-supported h1 {
    font-family: "Helvetica", sans-serif;
}
input {
    background: none !important;
}
input::placeholder {
    color: #ffffff !important;
}
