/*
 * SPDX-FileCopyrightText: 2017-present Tobias Kunze
 * SPDX-License-Identifier: Apache-2.0
 */

body {
  background: color-mix(in hsl, var(--color-primary), hsl(120 0 0) 20%);
  a,
  a:hover {
    font-weight: bold;
    color: white;
    text-decoration: underline;
  }
}

#wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  z-index: 1000;
  color: white;
}

.img {
  width: 15rem;
  height: auto;
  margin-bottom: 20px;
}

.card {
  padding: 10px;
  width: 20rem;
}
