*{
  background-color: rgb(252, 235, 214);
  color: #252525;
  font-family: 'Courier New', Courier, monospace;
  padding:0.2rem;
  margin: 0.5rem;
}
header{
  text-align: center;
}
.adress{
  text-align: center;
  max-width: 90%;
  text-wrap:pretty;
}
h1{
  color: #603588;
}
h2{
  color: #7b51a1;
  margin-top: 2rem;
}
h3{
  color: #7b51a1;
  margin-top: 1rem;
}
h4{
  color: #7b51a1;
}
p{
  margin-top: 0.1rem;
}
nav{
  color: #603588;
}
