@import url("https://fonts.googleapis.com/css?family=Indie+Flower&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Indie Flower", cursive;
  background: url("back2.gif");
  background-attachment: fixed;
  background-size: cover;
  padding: 40px;
}

body.hemmelig .crush {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 5s 2s ease-in;
}

body.hemmelig .crush-innhold {
  visibility: visible;
  opacity: 1;
  transition: all 2s ease-in;
}

* {
  box-sizing: border-box;
}

section {
  display: block;
  margin: 0 auto;
  width: 600px;
  border-radius: 4px;
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
}

.news {
  background-color: #29738f;
  color: #f1e5d8;
}

.bulbasaur {
  background-color: #b74555;
  color: #92d1b3;
}

.crush-innhold {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  visiblity: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crush {
  background: #040405;
  color: #f5d9e2;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.1);
  text-align: left;
}

.crush .intro {
  color: #008393;
}

.bulbasaur .intro {
  color: #89c893;
}

.bulbasaur .news {
  border-bottom-color: #89c893;
}

.news .forklaring {
  border-bottom-color: #6096aa;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

h1 {
  font-size: 4em;
}

.bilde-av-meg {
  max-width: 200px;
  float: right;
  border: 4px solid black;
  transform: rotate(10deg) translateX(20px) translateY(-20px);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.linje {
  margin-bottom: 20px;
}

.intro {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.forklaring {
  font-size: 1.1em;
  border-bottom: 2px solid black;
}

img {
  max-width: 100%;
  display: block;
}
