body {
  color: white;
  text-shadow: 1px 2px 3px #000000;
  background-color: #69b076;
}
a {
  text-decoration: none;
}
.intro {
  position: relative;
  font-size: small;
}
.list {
  position: relative;
  font-size: medium;
}
#bgi {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 500px;
  height: 500px;
  background-image: url("sakura.jpg");
  background-size: 500px 500px;
  //2636px 2236px
  background-position: right top;
  background-repeat:  no-repeat;
//  background-attachment: fixed;
}
