@font-face {
  font-family: "custom";
  src: url(/LiberationSans-Regular.ttf);
}

body {
  background-color: #4a005a;
  color: white;
  font-family: custom;
}

a {
  color: #00ff00;
}

p {
  border: 2px solid #0f0;
  border-radius: 10px;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  box-shadow: 0 0 5px #0f0;
  display: inline-block;
}

h1 {
  text-shadow: 0 0 3px;  
}

h3 {
  text-shadow: 0 0 3px;  
}