@font-face {
  font-family: 'SometimesErrorHappens';
  src: url('fuentes/SometimesErrorHappens.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

body {
 width: 100%;
  height: 100%;
  background-color: #321A3E;
  display: flex;
  justify-content: space-evenly;
  font-family: "SometimesErrorHappens";
  background-image: url("imagenes/tapizmorado.png");
  background-repeat: repeat;

}

#errormessage{
  width: 900px;
  height: 700px;
  background-color: white;
  object-position: center;
  position: absolute;
  z-index: -999;
  text-align: center;
  font-family:"SometimesErrorHappens";
  font-size: 100px;

}

#shapey{
  width: 100px;
  height: 200px;
  background-color: #283891;
  top: 500px;
  left: 1200px;
  position: absolute;
}


#shapey2{
  width: 200px;
  height: 100px;
  background-color: #fcb040;
  top: 500px;
  left: 1200px;
  position: absolute;
}

#shapey3{
  width: 100px;
  height: 200px;
  background-color: #bf1e2e;
  top: 50px;
  left: 200px;
  position: absolute;
}


#shapey4{
  width: 200px;
  height: 100px;
  background-color: #fcb040;
  top: 150px;
  left: 100px;
  position: absolute;
}

@media screen and (max-width: 800px) {}

