body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
        monospace;
}

.container {
    min-height: 100vh;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.main {
    padding: 5rem 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.title {
    margin: 0;
    line-height: 1.15;
    font-size: 4rem;
}

.title,
.description {
    text-align: center;
}

.description {
    line-height: 1.5;
    font-size: 1.5rem;
}

button[type="submit"],
.link {
    border: 1px solid #444;
    border-radius: 5px;
    padding: 0.75rem;
    margin-top: 1.5rem;
    background: #444;
    color: #fff;
    cursor: pointer;
}

button[type="submit"]:hover,
button[type="submit"]:active,
button[type="submit"]:focus,
.link:hover,
.link:active,
.link:focus {
    background: #000;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    color: #fff;
}

.link-disabled {
    border: 1px solid currentColor;
    border-radius: 5px;
    padding: 0.75rem;
    margin-top: 1.5rem;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.4;
    color: #444;
    background: none;
}

.input {
    padding: 0.75rem 1.2rem;
    border: 1px solid rgba(100, 100, 100, 0.4);
    border-radius: 5px;
    margin: 1rem 0;
    font-size: 1.25rem;
    box-shadow: 0 0 1rem rgba(100, 100, 100, 0.4);
}

.pickup-sign-text {
    width: 100vw;
    height: 100vh;
}

.back {
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    font-size: 1.5rem;
    color: #666;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.back-website {
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    font-size: 1.5rem;
    color: #666;
    top: 1rem;
    left: 1rem;
    cursor: pointer;
}

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