img{
  width: px;
  border-style: inset;
  border-color: #001dff;
    border-width: 10px;
    border-radius: 10px;
}
a{
  font-size: 24px;
    color: #b100ec;
  font-family:visited;
  border-style: groove;
    border-color: #a323b5;
  border-width: 5px;
    border-radius: 5px;
}
h1{
  color: #bc1111;
  font-family: monospace;
  border-style: groove;
  border-color: #000000;
  border-width: 5px;
  border-radius: 5px;
}
h3{
  color: darkslategrey;
    font-family: monospace;
  border-style: groove;
  border-color: #000000;
  border-width: 5px;
  border-radius: 5px;
}
h2{
  color: darkslategrey;
  font-family: monospace;
  border-style: groove;
  border-color: #000000;
  border-width: 5px;
  border-radius: 5px;
}