@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Tektur:wght@400..900&display=swap");

body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Tektur", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #1b1a1b;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.logo {
  width: 100%;
  max-width: 300px;
}

img {
  width: 100%;
  height: auto;
}

.site-title {
  text-align: center;
  color: #f8fce6;
  margin-top: 1px;
}
