body {
  font-family: "Kanit", sans-serif;
  background: #252525;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#demo {
  position: relative;
  width: 100%;
  height: 100%;
}

#freds {
  position: relative;

  left: 20px;
}

#freds img {
  width: 80px;
}
