.aboutme2 {
  display:flex;
  flex-direction:column;
  position:absolute;
  text-align:left;
  height:auto;
  background-color:white;
  border: 2px dashed #516fc4;;
  font-family: "pixel2";
  font-size: 13px;
  font-weight: 400;
  margin: 10px;
  padding: 10px;
  width: 425px;
  top:260px;
  right:350px;
  background:rgba(255, 255, 255, 0.5);
  line-height:28px;
}
.aboutme2 h2 {
  font-family:"poke";
  text-align:center;
  font-size:16px;
  color:#516fc4;
}