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

body {
  background-image: url("luiseundkonsti_hintergrund_1.png");
  background-size: 100px;
  background-repeat: repeat;
  font-family: "Cormorant Garamond", Arial, sans-serif;
}

h1 {
  font-family: "Bluehill", Arial, sans-serif;
  color: #637d96 !important;
}

p,
a,
th,
td{
  color: #637d96 !important;
}

form {
  color: #637d96 !important;
}

input[type="submit" i] {
  color: #fff !important;
  border-color: #637d96 !important;
  background-color: #637d96 !important;
  border-radius: 12px !important;
}

input[type="text" i] {
  color: #637d96 !important;
  border-color: #637d96 !important;
  background-color: transparent !important;
  border-radius: 12px !important;
  text-align: left !important;
}

input[type="password" i] {
  color: #637d96 !important;
  border-color: #637d96 !important;
  background-color: transparent !important;
  border-radius: 12px !important;
  text-align: left !important;
}

body,
.btn {
  font-size: 1.2rem !important;
}

h1 {
  font-size: 2.5rem !important;
  margin-bottom: 20px;
}

.btn {
  border-width: 1px;
}

.card {
  border-color: #637d96 !important;
  border-radius: 18px !important;
}
