::-webkit-scrollbar {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.5s;
}

body {
    background: #222222;
    /* height: 1000vh; */
    width: 100vw;
    overflow-x: hidden;
}


/*/////////////////////////////////////////////////////////*/

canvas {
  margin: 5% 12%;
}

#Canva_Heading {
  color: white;
  text-align: center;
  margin: 50px 0 0 0;
  font-size: 10vw;
  letter-spacing: 10px;
}

@media (max-width : 1000px){
  canvas {
    display: none;
  }

  #Canva_Heading {
    display: none;
  }
}

/*//////////////////////////////////////////////////////////////*/

#move {
  display: none;
}

.footer {
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.footer-content h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.footer-content p {
  font-size: 1em;
  margin: 5px 0;
}

.footer-content .social-links a {
  color: #ecf0f1;
  text-decoration: none;
  margin: 0 5px;
  font-weight: bold;
}

.footer-content .social-links a:hover {
  color: #3498db;
}

@media (max-width : 1000px){
  #move {
    display: inline;
    width: 50vw;
    height: 10vw;
    margin: 5vw 25vw;
    border-radius: 20px;
    font-size: 8vw;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  #fifth {
    height: 50vw;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 15px;
  }

  .footer-content h2 {
    font-size: 1.5em;
  }

  .footer-content p {
    font-size: 0.9em;
  }
}
