@font-face {
  font-family: 'Impact';
  src: url('Styles/impact.ttf') format('truetype');
}

body{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  width:100%;
  overflow-x : hidden;
}
a {
  text-decoration: none;
}


header {
  position: fixed;
  top: 0;
  left : 1%;
  width: 100vw ;
}

header img {
  width : 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto;
  z-index: -1;
}

.references {
  max-width: 100vw;
  position: absolute;
  display: flex;
  right : 1%;
  top: 1%;
  justify-content: space-between;
  padding: 10px;
  font-size: 17px;
  font-family: 'Lucida Console', monospace;
}

.references a {
  text-decoration: none;
  color: #333;
  margin-left: 20px;
}
  .Videos iframe {
    width: 800px;
    height: 300px;
  }


footer {
  background-color: #f5f5f5;
  padding: 20px 0;
  color: #444;
  font-size: 14px;
  width: 100%;
  position: relative;
  bottom: 0;
}

.box {
	display : flex;
	flex-direction: column;
	gap : 30px;
}

.mix1 {
	position: relative;
  margin-top: 200px;
}

footer {
  background-color: #f5f5f5;
  padding: 20px 0;
  color: #444;
  font-size: 14px;
  width: 100%;
  position: relative;
  bottom: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: 'Lucida Console', monospace;
}

.contact-info p {
  margin: 5px 0;
}

.social-media a {
  display: inline-block;
  margin-right: 10px;
  color: #444;
}

.social-media a:hover {
  color: #000;
}

.fab {
  font-size: 20px;
}

@media (max-width: 500px) {

  header img {
    max-width: 100px;
  }
  body {
    max-width: 100vw;
    width:100vw;
  }
  .box {
    margin-top: 200px;
    max-width: 100vw;
    width:100vw;
  }

  .Videos iframe {
    width: 90vw;
    height: 150px;
  }

  .mix1 {
  position: relative;
  margin-top: 0px;
}

  .references {
  right : 1%;
  top: 1%;
  font-size: 14px;
  padding: 10px;

  }
}