    body {
    color: #1E1E1E;
    font-family: "Kantumruy Pro", sans-serif;
    background-color: #1E1E1E;
    background-image: url(../project2-3d-print/media/Adobe\ Express\ -\ 0001-0200.gif);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 90vh;
    margin: 0px;
    text-align: center;
    padding: 0px;
}
nav ul h1 {
    text-align: center;
    margin-bottom: 50px;
}

nav ul h2 {
    text-align: center;
}

html {
    scroll-behavior: smooth;
}

h1{
    font-family: "Geo", sans-serif;
    font-size: xx-large;
    color: white;
    margin:10px;
}

section {
padding-top: 5%;
}

h2{
  font-family: "Geo",sans-serif;
  font-size: medium;
  color: white;
  margin: 10px;
}
#banner {
     width: 100%;
    background-color: #5C5C5C;
    margin: 0px;
    height: 100px;
    background: #000000;
background: linear-gradient(180deg,rgba(0, 0, 0, 1) 16%, rgba(0, 0, 0, 0) 100%);
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 14px;
  width: 60%;
  border: none;
  border-radius: 12px;
  text-align: center;
  outline: none;
  font-size:32px;
  font-family: "Geo", sans-serif;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 0px;
  display: none;
  overflow: hidden;
  /* background-color: #ffffff; */ 
}

.inside {
    width: 40%;
   
}

#stats {
  width: 100%;
}

@media screen and (max-width:480px){
  .inside{
    width: 80%;
  }
  iframe {
    height: 250px;
  }
}
@media screen and (min-width:1000px){
  h1{
    font-size: 100px;
  }
  h2 {
    font-size: 50px
  }
  iframe{
    height: 1200px;
  }
}
footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
}

.grid {
  margin-top: 9%;
  margin-bottom: 9%;
}