* {
  box-sizing: border-box;
}

body {
  font-size: 40px;
  background-image: url(https://images.unsplash.com/photo-1534361960057-19889db9621e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1650&q=80);
  background-size: cover;
  background-position: center;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  position: relative;
}

#wrapper {
  height: 100vh;
  padding-top: 100px;
  padding-left: 100px;
}
p {
  display: inline;
  color: blue;
  font-family: "Nunito", sans-serif;
}

.eye {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 35%;
}

.eye-left {
  left: 60%;
}

.eye-right {
  left: 69%;
}

.eye .pupille {
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
}
h1 {
  font-size: 100px;
  font-family: "Sansita Swashed", cursive;
  margin-top: 0px;
}
.fettsack {
  color: darkorange;
}

.randy {
  color: green;
}

.randy[emily="randy"] {
  color: rgb(205, 80, 63);
}
span {
  display: block;
  color: cadetblue;
}

.randy span {
  color: aquamarine;
}

#bums {
  color: aqua;
}

* {
  color: red;
}

@media (max-width: 740px) {
  h1 {
    font-size: 60px;
  }
  p,
  span {
    font-size: 20px;
  }
}
