body {https://yourmomscott.neocities.org/style.css
  background: #ffffff;
  background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(176, 176, 176, 1) 100%);
  color: black;
  font-family: Verdana;
  align-content:center;
  text-align:center;
}
a {
  font-size: 20px;
  transition:500ms;
}
a:hover {
   font-size: 30px;
   color:red;
}
button,
input {
  font-family: inherit;
  background: #FFFFFF;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 4px;
    font-size: 100%;
  padding: 0.5rem 1rem;
  transition: 500ms;
}
button:hover {
  background-color:black;
  color:white;
}
