body {
  background-color: #ccffff;
}

h1 {
  font-style: italic;
  font-family: "Garuda";
  text-align: center;
  font-size: 40px;
}

a {
  font-size: 30px;
  font-family: "Garuda";
  background-color: #33ccff;
  color: #000099;
  border: 1px solid black;
}

a:hover {
  background-color: yellow;
  color: black;
  border: 1px solid black;
}

div {
  background-color: #33ccff;
  padding: 20px;
  max-width: 850px;
  width: 100%;
  margin-left: 200px;
  color: #3333ff;
  border: 1px solid black;
}

#text1 {
  text-align: center;
  font-size: 0px !important;
  font-family: "Garuda";
}

nav {
  text-align: center;
}

h2 {
  font-family: "Garuda";
  font-size: 40px;
  color: black;
}

p {
  font-family: "Garuda";
  font-size: 30px;
  text-align: left;
  float: none;
}

h3 {
  font-size: 40px;
  font-family: "Garuda";
  color: black;
}

img {
  float: right;
  border: 10px solid white;
  width: 100%;
  max-width: 350px;
}

#bild1 {
  width: 100%;
}

#bild2 {
  float: left;
}

@media all and ( max-width : 600px ) {
  #holder, #header, #nav, #footer, #div {
    display: block;
    width: 100%;
    float: none;
    margin-left: 0px;
    padding: 0px;
  }
  div {
    margin-left: 0px;
  }
}

#input-sentence ~ nonparaphrasedText {
  color: #3333ff;
}

#input-sentence ~ nonparaphrasedText {
  color: #3333ff;
}

span {
  color: #3333ff;
}

#bild20 {
  float: left;
}

#bilfoto {
  float: right;
}

