* {
  font-family: verdana;
  font-size: 24px;
  font-smooth: never;
}

body {
  background-color: #ffffff;
}

p {
  color: #000000;
  text-align: center;
  margin: 2em 5em;
}

h1 {
  font-size: 160%;
  text-align: center;
  color: #8000b5;
}

h2 {
  font-size:120%;
  margin: 2em;
}

header {
  background-color: #000000;
  text-align: center;
  padding: 1em 0;
  border-bottom: 3px solid #8000b5;
}

blockquote {
  display: block;
  background-color: white;
  width: 42em;
  margin: auto;
  border: 3px solid #8000b5;
}

blockquote cite {
  display: block;
  margin-top: 2em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-align: right;
  color: black;
}

.center {
  display: block;
  margin: 0 auto;
  width: 30em;
}

.section{
  min-height: 100vh;
  align-items: flex-start;
  padding: 10px 0 10px 20vw;
}

.btn {
  background-color: white;
  color: #8000b5;
  border: 1px solid #8000b5;
  margin: 2px auto;
  width: 20vw;
  height: 3vw;
  font-size: 2.5vw;
  display: inline-block;
  text-align: center;
}

.lay {
  position: fixed;
  text-size-adjust: none;
}
