body {
  background-color: #708d81;
}

#main-div {
    margin: 100px;
    padding: 25px;
    color:white;
    background-image: url('bg.png');
    background-size: cover;
    border-color: grey;
    border-style: groove;
    border: 50%;
    text-shadow: 0px 1px 2px black;
}

.btn {
    border-style:dotted;
    background-image: url('bg.png');
    background-size: cover;
    border-color:rgb(74, 71, 71);
    width: 125px;
    height: 32px;
    text-decoration: none;
    color: aliceblue;
    text-shadow: 0px 1px 2px black;
}

.btn:hover{
    cursor:pointer;
    color:burlywood;
}

a {
  text-decoration: none;
  color: lightpink;
}

a:visited {
  text-decoration: none;
  color: lightpink;
}

#neocities-button {
  width:100px;
  height:25px;
  border-style:groove;
  border-color:black;
  border:50%;
  border-radius: 12%;
}

#neocities-button:hover {
  cursor: pointer;
}