
body {
/* Background */
 background-image:url(../img/starbackground.gif);
 background-repeat: repeat;
 
 /* Main font */
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
/* unvisited link */
a:link {
  color: rgb(137, 184, 254);
}

/* visited link */
a:visited {
  color: rgb(222, 162, 250);
}

/* mouse over link */
a:hover {
  color: rgb(43, 248, 176);
}

.Center {
  text-align: center; 
}

button {
  color: rgb(210, 201, 201);
  background-image: url("https://i.imgur.com/GsTmw9e.gif");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  border: 2px ridge;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
}

.shape {
  position: absolute;
  width: 50px;
  height: 50px;
  transform: scale(0.8);
}
.cir {
  position: absolute;
  border-radius: 50%;
  z-index: 5;
}
.btn-contain {
  position: relative;
  width: 100px;
  height: 50px;
}

