body,
html {
  margin: 0;
  padding: 0%;
}
header {
  background-color: rgb(226, 202, 248);
  width: 500%;
  height: 150px;
}
header h1 {
  position: absolute;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: center;
}
main {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
article {
  background-color: rgb(255, 255, 255);
}

aside {
  background-color: rgb(247, 228, 122);
}
footer {
  height: 20px;
}
nav {
  width: back ground and;
  background-color: rgb(139, 80, 233);
  height: 45px;
}
nav ul {
  margin: 0%;
}
nav ul li {
  display: inline-block;
  margin: 10px 20px;
}

nav ul li:first-child {
  margin-left: 15px;
}
nav li a {
  text-decoration: none;
  color: cornsilk;
  font-weight: bold;
}

article,
aside,
footer {
  padding: 25px;
}
#banner {
  width: 100%;
  height: 305px;
  background-color: rgb(240, 215, 215);
  background-image: url(./image-loading/img/summer.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  main {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  main {
    grid-template-columns: 1fr;
  }
}
button#scroll-top {
  float: left;
  position: relative;
  right: 20px;
  top: 0px;
}
main section {
  /*background-color: rgb(175, 175, 175);*/
  text-align: center;
  background-color: rgb(248, 165, 165);
}

/* Gallary*/
