@import url("https://use.typekit.net/gop6cfw.css");

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "futura-pt", sans-serif;
}

.container-video {
  width: 100%;
}

video {
  width: 100%;
}

.container-content {
  padding: 50px;
}

.logo-maskot {
  display: flex;
}

.logo {
  width: 300px;
  padding: 20px;
}

.logo-billede {
  width: 100%;
}

.maskot {
  width: 100px;
  padding: 20px;
}

.maskot-billede {
  width: 100%;
}

.content {
  display: flex;
  justify-content: space-around;
}

p {
  line-height: 1.4em;
}

a {
  text-decoration: none;
  color: #31aa47;
}

.list {
  display: flex;
  justify-content: space-between;
}

.by {
  color: #fcb900;
}

.box-kort {
  width: 50%;
}

.kort-billede {
  width: 100%;
}
