body {
  margin: 0;
  padding: 0;
}
.text {
  text-align: center;
  width: 640px;
  margin-left: 80px;
  margin-top: 160px;
  position: absolute;
}
.center {
  margin-right: auto;
  margin-left: auto;
}
.parent {
  width: 800px;
  height: 600px;
  position: absolute;
}
.topLink {
  border: 0px solid ;
  position: absolute;
  left: 210px;
  top: 80px;
  height: 60px;
  width: 380px;
}
.bottomLink {
  border: 0px solid ;
  width: 100px;
  height: 50px;
  position: absolute;
  left: 350px;
  top: 500px;
}
