@import url(https://fonts.googleapis.com/css?family=Montserrat|Lora:400,700|Passion+One);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);
@import url("https://necolas.github.io/normalize.css/4.0.0/normalize.css");
body {
  background-image: url("https://s-media-cache-ak0.pinimg.com/736x/51/97/de/5197de2c4dfe45c89d8956762ff70566.jpg");
  padding: 100px;
}

.main {
  font-family: "Cinzel", serif;
  margin-top: 60px;
  text-align: center;
  font-size: 2.5em;
  width: 75%;
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid black;
  box-shadow: 0 0 10px;
  background-color: white;
}

h1 {
  text-shadow: 1px 1px 3px;
}

.main img {
  border: 0px solid black;

  width: 0%;
}

.main p {
  font-family: "Lora", serif;
  font-size: .75em;
  margin-top: 15px;
  padding-bottom: 25px;
}

.smalltxt {
  margin-top: -50px;
  font-size: .75em;
  padding: 0 100px;
}

.tasks {
  overflow: hidden;
  margin: 50px 100px;
  text-align: center;
  font-size: 1.3rem;
}

h3 {
  padding: 20px;
  font-family: "Helvetica", sans-serif;
  font-size: 1em;
}

footer {
  margin-top: 100px;
}

a {
  text-decoration: none;
  color: red;
}

.tasks li {
  font-size: .9em;
  line-height: 20px;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  .tasks {
    margin: auto auto;
}
body {
  padding: 5px;
}
.main {
  font-size: 1.7rem;
  width: 90%;
}
.main img {
  width: 50%;
}
.smalltxt {
  padding: 10px;
}
.tasks {
  font-size: 1.2rem;
}
}