body{
  background-color: #4f2901;
  color: #fffbf7;
  font-family: Courier;
  text-align: center;
}

h1 {
  color: #fffbf7;
  font-family: Courier;
  text-align: center;
}
h2 {
  color: #fffbf7;
  font-family: Courier;
}

p{
  color: #fffbf7;
  font-family: Courier;
  text-align: center;
}

a:link {color: #fffbf7; text-align: center;}
a:visited {color: #fffbf7; text-align: center;}
a:hover {color: #fc9003; text-align: center;}
a:active {color: #fc9003; text-align: center;}


.element-with-border{
border: 30px solid transparent;
padding: 10px;
border-image: url("blob:chrome-untrusted://media-app/53f8b831-dac0-4910-8405-678a119441fa") round;
}










