body {
  background-color: white;
  font-size: 1em;
  color: white;
  font-family: lucida console;
  background-image: url("wallpaper.png");
  background-position: center center;
  background-size: auto auto;
}
h1 {
  font-size: 2em;
  color: white;
}
p {
  font-size: 14px;
  color: white;
}
a:link {
  color: black;
}
.blocks {
    width: 800px;
    background-color: #dc143c;
    border-radius: 10px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    box-shadow: black 0px 5px 10px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}
.navbar {
  width: 800px;
    background-color: #dc143c;
    border-radius: 20px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    box-shadow: black 0px 5px 10px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
      background-image: linear-gradient(#dc143c, #dc143c, #ff7591);
}