@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
section,
aside {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Londrina+Sketch&family=Updock&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Cormorant Garamond";
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: rgb(24, 24, 24);
  font-family: "Cormorant Garamond";
  font-weight: 400;
  font-style: normal;
}
nav {
  margin: 0;
  background-color: #10161d;
  width: 100%;
  padding: 10px;
  border-bottom: 2px solid #242d38;
  text-align: center;
}
nav li {
  list-style: none;
  font-size: 120%;
}
nav ul {
}
nav ul li {
}
header {
  background-color: #171e26;
  color: #d2e0f0;
  border-bottom: 2px solid #242d38;
  font-family: "Cormorant Garamond";
  font-weight: 400;
  font-style: normal;
  margin-top: 1%;
  margin-left: 30%;
  margin-right: 30%;
  padding: 20px;
}
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 400;
  font-size: 130%;
}
ul {
  list-style-type: none;
}
ul,
!li {
  font-size: 130%;
}
a {
  color: #faeac9;
  text-decoration: none;
}
nav {
  color: #faeac9;
  font-size: 130%;
}
li {
  font-size: 70%;
}
main {
  background-color: #171e26;
  color: #d2e0f0;
  font-size: 130%;
  margin-left: 30%;
  margin-right: 30%;
  padding: 0px;
}
main img {
  margin: 20px;
  width: 50px;
}
section {
  background-color: #171e26;
  /*border-right: 2px solid #242d38;*/
  font-size: 130%;
  /*display: inline-block;*/
  padding: 30px;
  width: 70%;
  overflow-x: hidden;
}
section img {
  margin: 20px;
  width: 50%;
}
/*
  aside {
  /*display: inline-block;*/
/* font-size: 70%;
  padding: 0px;
  width: 30%;
  float: right;
  margin: 0%;
  text-align: center;
  /*width: 200px; border-radius: 30px 30px 30px 30px;*/

/*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  /*margin: 5px 0 10px 15px;*/
/* display: ;
}  /*
aside img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
} 
*/
aside {
  /*display: inline-block;*/
  font-size: 120%;
  padding: 30px;
  width: 30%;
}
aside img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
footer {
  background-color: #10161d;
  color: #faeac9;
  font-size: 120%;
  border-top: 2px solid #242d38;
  padding: 20px;
  width: 100%;
  text-align: center;
  /*--position: absolute;*/
  bottom: 0;
  height: ; /* Height of the footer */
}
button {
  background-color: #10161d;
  background: -moz-linear-gradient(
      to top,
      #3374ce,
      #21528c,
      #21528c,
      #3374ce 100%
    )
    repeat scroll 0 0 transparent;
}
