* {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

body{
    min-width: 300px;
    max-width: 600px;
}
h1 {
  font-family: Garamond;
  color: rgb(123, 20, 233);
  background-color: rgba(99, 21, 127, 0.2);
  text-align: center;
   border-style: solid;
  border-width: 3px;
  border-color: rgb(22, 77, 100);
  min-width: 300px;
  max-width: 600px;
}

p {
  color: rgb(123, 20, 233);
  background-color: rgb(99, 21, 127);
  }
  
  