#home {
  width: 200px;
  image-rendering: auto;
}

.left { 
  float: left;
  width: 25%;
}

.right {
  float: left;
  width: 75%;
  margin-left: -150px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
 color: pink;
  text-align: center;
  align-content: center;
  font-family: "outfit";
  font-size: 550%;
  }
  
body {
  background-image: url("pattern2.png");
  background-repeat: repeat;
  color: black;
}

mark {
  background-color: #FF9EC1;
  color: white;
  opacity: 0.8;
}

.center {
  display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

#profil {
  text-align: center;
}

#profile1 {
  width: 800px;
}


p {
  text-align: justify;
  font-family: "babydoll";
  padding-left: 200px;
  padding-right: 200px;
}
