@font-face { font-family:'Binchotan';src:url('fonts/binchotan.woff'); }
@font-face { font-family:'Crystopia';src:url('fonts/crystopia.woff'); }
@font-face { font-family:'Strassburg Fraktur';src:url('fonts/strassburg-fraktur.woff'); }

html { 
  margin: 32px;
  color: #ffffff;
  background-color: #0000ff;
  font-family: "Nimbus Sans", sans-serif;
}

h1 {
  font-size: 1000%;
  padding: 10%;
  text-align: center;
  font-family: 'Crystopia';
  font-weight: lighter;
}

p, ul, li {
  font-size: 32px;
  padding: 10%
}

div {
  width: 100%;
}

.first {
  text-align: left;
  background-color: #fff;
  color: #0000ff;
  border-radius: 256px;
}

.second {
  text-align: right;
}