@keyframes header{
  0%{background-image: url("https://milutin-motors.neocities.org/milutin1.png")}
  17%{background-image: url("https://milutin-motors.neocities.org/milutin1.png")}
  33%{background-image: url("https://milutin-motors.neocities.org/milutin2.png")}
  50%{background-image: url("https://milutin-motors.neocities.org/milutin2.png")}
  66%{background-image: url("https://milutin-motors.neocities.org/milutin3.png")}
  83%{background-image: url("https://milutin-motors.neocities.org/milutin3.png")}
  100%{background-image: url("https://milutin-motors.neocities.org/milutin1.png")}
}

@keyframe anim{
  0%{transform: rotate(0deg)};
  100%{transform: rotate(350deg)}
}

body {
  margin: 0;
  overflow-x: hidden;
  background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
  background-attachment: fixed;
  animation: anim linear 10s infinite;
}

#header{
  animation: header 10s infinite linear;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  height: 100vh;
  width: 100vw;
  box-shadow: 0 0 10px #000;
  font-family: helvetica;
  color: white;
  text-shadow: 0px 1px #000, 1px 0px #000, 1px 1px #000, 1px 2px #000, 2px 1px #000, 2px 2px #000, 3px 2px #000, 2px 3px #000, 3px 3px #000
  , 3px 4px #000, 4px 3px #000, 4px 4px #000;
  margin: 0;
  padding: 0;
  top: 0;
  position: absolute;
}

#header h1{
  text-align: center;
  margin-top: 45vh;
  font-size: 15vh;
}

.breaker{
  height: 100vh;
}

.infobox {
  
  margin: 10px;
  padding: 5px;
  color: white;
  font-family: helvetica;
  text-shadow: 5px 0 5px rgba(0,0,0,0.5);
  border-radius: 5px;
  box-shadow: 0 0 10px #000;

}

.infobox h1{
  margin: 0;
  font-size: 5vh;
  text-decoration: underline;
}

.infobox p{
  font-size: 3vh;
  text-align: right;
}

.infobox p:before {
  content: "•";
}

#carIMG {
  height: 90vw;
  margin-left: auto; margin-right: auto;
  filter: drop-shadow(0 0 25px #000);
}

#p{
  color: white;
  font-family: helvetica;
  font-size: 2vw;
  text-shadow: 0 0 5px #000;
  margin: 5px;
}
