.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.container {
  position: relative;
}
.logo {
  position: absolute;
  top: 160px;
  left: 560px;
}
.enter {
  position: absolute;
  top: 550px;
  left: 550px;
}
.dance {
  position: absolute;
  top: 500px;
  left: 1100px;
}
.welcome {
  position: absolute;
top: 600px;
left: 830px;
color: #72ff9e;
}
a {
  text-decoration: none;
}
a:link{
  color: #bcffe8;
}
a:visited {
  color: white;
}