@font-face {
  font-family: "Odin Rounded";
  src: url(OdinRounded.otf);
  src: local("Odin Rounded"), url(OdinRounded.otf) format("opentype");
}

body {
  font-family: "Odin Rounded";
  background: #7adec7;
}

header {
  margin-top: 50px;
  margin-bottom: 20px;
}

header img {
  width: 75%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body {
  text-align: center;
  margin: 0;
}

.section-a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #78cade;
}

.section-b img,
.section-d img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.section-c {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #747de4;
}

.section-a ul,
.section-c ul,
.section-e p,
.section-f a,
.contact-email a,
.socialme a,
.contact h1 {
  font-size: 62px;
  display: inline-block;
  color: white;
  text-align: center;
  text-shadow: 0px 5px rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  padding-right: 20px;
}

.section-a ul,
.section-c ul {
  list-style-type: none;
}

.section-c li {
  margin: 0 0 20px 0;
}

.section-c li img {
  margin: 40px 0 0px 0;
}

.section-e {
  background: #e47474;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-e p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.section-e img {
  width: 50%;
  max-width: 300px;
  transition: all 200ms ease;
}

.section-f {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #747de4;
}

.section-f a {
  text-decoration: none;
  transition: all 200ms ease; // Animation
}

.contact {
  background: #78cade;
  padding-bottom: 40px;
  padding-top: 40px;
}

.contact h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.contact-email a {
  font-size: 32px;
  text-shadow: 0px 4px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 200ms ease; // Animation
}

.socialme a {
  font-size: 100px;
  padding: 20px;
  text-decoration: none;
  transition: all 200ms ease; // Animation
}

.socialme a:hover,
footer a img:hover,
.contact-email a:hover,
.section-f a:hover,
.section-e img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

footer {
  margin-top: 20px;
  margin-bottom: 50px;
}

footer a img {
  width: 75%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;

  transition: all 200ms ease; // Animation
}
