/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@import url("https://fonts.googleapis.com/css?family=Amatic+SC&display=swap");
@import url("https://fonts.googleapis.com/css?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Special+Elite&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Comming+Soon&display=swap");
@import url("https://fonts.googleapis.com/css?family=Just+Another+Hand&display=swap");
@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light&display=swap");
header {
  color: black;
  background-color: rgb(144, 204, 244);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 2px solid black;
  font-family: 'Special Elite', serif;
  font-size: 15px;
}

.about {
  color: black;
  background-color: rgb(247, 136, 136);
  text-align: center;
}

.materials {
  color: black;
  background-color: rgb(243, 210, 80);
  text-align: center;
}

.method {
  color: black;
  background-color: rgb(247, 136, 136);
  text-align: center;
}

.code {
  color: black;
  background-color: rgb(243, 210, 80);
  text-align: center;
}

h3 {
  text-decoration: underline;
  font-family: 'Shadows Into Light', cursive;
  font-size: 20px;
}

h2 {
  font-family: 'Amatic SC', cursive;
  font-size: 30px;
}

p{
  font-family: 'Playfair Display', serif;
}

li{
  font-family: 'Playfair Display', serif;
}

.image {
  margin-left: 1px;
  margin-right: 1px;
  text-align: center;
}

.finshed {
  display: inline-block;
}

.video {
  display: inline-block;
}

.images {
  margin-left: 50px;
  margin-right: 50px;
}
