body {
  background-color: #2b2b35;
  color:lightgray;
  font-family: Times;
  text-shadow: 2px, 2px, red;
}

a:link { 
  color: skyblue;
  text-decoration: none;
}

button { 
  transition-duration: 0.5s;
  border: none;
  background-color: gray;
  color: #F04D7B;
  border-radius: 2px;
  height: 64px;
  width: 128px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 6px;
}


button:hover {
cursor: pointer;
filter: blur(1px);
}