html, body{
  background: white;
  cursor: default;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Crimson Text', serif;
}

#wrapper{
  width: 400px;
}
#back{
  align-self: flex-start;

}
h1{
  background-size: contain;
}
iframe{
      margin-bottom: -70px;
}
img, video, iframe{
  width: 100%;
}

h4{
  margin-bottom: -10px;
}
#angry:hover {
    content: url('../images/files/censoji/angry-2.png');
}
#paul:hover {
    content: url('../images/files/censoji/paul-2.png');
}

canvas{
  width: 500px;
  cursor: none;
}
.Praktikum:hover{
  color: red;
}
.Currently:hover{
  color: LawnGreen ;
}
a:visited{
  color: blue;
}
