@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans');

.header { 
    background-color: #967BB6;
    padding: 20px;
    border-width: 0;
    text-align: center;
    margin: 50px;
}

.text { 
    background-color: #734F96;
    padding: 10px;
    border-width: 0;
}

.date {
 padding: 5px;
 background-color: #77DD77;
 text-align: center;
 margin: 0;
}

#Pxlp {
  font-family: "Pixelify Sans", "Times New Roman";
  font-weight: 100;
  font-style: normal;
  text-align: center;
  display: block;
  width: 100%;
  margin: auto;
}

#Pxlh {
  font-family: "Pixelify Sans", "Times New Roman";
  font-weight: 100;
  font-style: normal;
  font-size: 100px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  margin: auto;
}

p {
  color: rgb(200, 0, 55);
  text-align: center;
  border-width: 0;
  display: block;
}

html {
 background-color: #e3e0e8;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' width='80' height='80'%3E%3Cg fill='%235e379d' fill-opacity='0.4'%3E%3Cpath d='M0 0h80v80H0V0zm20 20v40h40V20H20zm20 35a15 15 0 1 1 0-30 15 15 0 0 1 0 30z' opacity='.5'%3E%3C/path%3E%3Cpath d='M15 15h50l-5 5H20v40l-5 5V15zm0 50h50V15L80 0v80H0l15-15zm32.07-32.07l3.54-3.54A15 15 0 0 1 29.4 50.6l3.53-3.53a10 10 0 1 0 14.14-14.14zM32.93 47.07a10 10 0 1 1 14.14-14.14L32.93 47.07z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

a:link {
    color: rgb(255,255,197)
}

a:hover {
    color: rgb(181,199,235)
}

br {
    padding: 50px
}

kbd {
  font-family: "Times New Roman";
}