body {
  background: white;
  font-family: monospace;
}
p {
  color: black;
  font-size: 40px;
  background-color: rgba(0, 69, 255, 0.75);

}

li{
  font-size: 40px;
}
h1 {
  font-weight: bold;
  font-size: 50px;
  background-color: red;
}

h3 {
  font-size: 40px;
  background-color: greenyellow;
}

h4 {
  text-align: right;
}

img {
  float: right;
  width: 400px;
  border-style: solid;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 60px;
  margin-right: 40px;
  font-size: 40px;
  background-color: rgba(173, 255, 47, 0.35);

}

img {
  width: 300px;
}

.back {
  float: right;
}

table {
  padding-top: 12px;
  padding-bottom: 12px;

  color: white;
  position: fixed;
  margin-top: -10px; 
  background-color: #a6e447;
  width: 1350px
}

th {
  border: 1px solid #dddddd;
  padding: 20px;
  width: 100px
    background-color: #a6e447;
}

.head {
  font-family: sans-serif;
  font-size: 20px;
  color: #454545;
  text-decoration: none;
  width: 500px
}