@font-face {
    font-family: "fusion";
    src: url("assets/fusion.woff2");
}

@font-face {
    font-family: "MC";
    src: url("assets/Minecraftia.otf");
}

body {
  text-align: center;
  font-family: "fusion";
  background: #131313;
  color: #ffffff;
  font-size: 3vh;
  image-rendering: pixelated;
}

h1, h2, h3, h4 {
  font-weight: normal;  
}

.part {
    width: 80%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    background: #444444;
    padding: 2vh;
}

.renders img {
  width: 50%;  
}

.renders {
  width: 90%;  
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  padding: 0;
  white-space: nowrap;
}

.renders .right {
  transform: translateX(-8vw);
}

.renders .left {
  transform: translateX(8vw);
}

#dave {
    transform:translateX(8vw) translateY(20%) scale(0.6, 0.6);
}