@font-face{
  font-family: "Special Elite";
  src: url("/fonts/SpecialElite-Regular.ttf");
}

@font-face{
  font-family: "Spectral";
  src: url("/fonts/Spectral-Regular.ttf");
  font-weight: 400;
}

@font-face{
  font-family: "Spectral";
  src: url("/fonts/Spectral-Bold.ttf");
  font-weight: 700;
}

@font-face{
  font-family: "Share Tech Mono";
  src: url("/fonts/ShareTechMono-Regular.ttf");
  font-weight: 400;
}

/* Colores 
rojo: #701705
rojo obscuro: #400B0B
gris #919191

font-family: "Special Elite";
font-family: "Share Tech Mono";
font-family: "Spectral", Sans-Serif;
*/

body{
  background: black;
  background-image: url('/fondo.jpg');
  padding: 40px;
  height: 80px;
  font-family: "Spectral", Sans-Serif;
}

body::selection{
  background-color: #4D0B0B;
}

header{
  user-select: none;
  position: relative;
  top: 40px;
  left: 50px;
  width: 520px;
  pointer-events: none;
}

nav{
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  width: 50%;
  height: 80px;
}

nav a{
  color: white;
  font-family: "Special Elite";
  text-align: center;
  text-decoration: none;
  font-size: 25px;
}

.container{
  color: #cfcfcf;
  width: 1400px;
}


.flex{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 5px 100px;
  margin: 20px 0px;
}

.post{
  display: flex;
  border: 20px solid transparent;
  border-image-source: url(/ImgMain/border.png);
  border-image-slice: 33%;
  border-image-repeat: round;
  color: #919191;
  width: 100%;
  background: black;
  text-decoration: none;
  height: 30px;
  align-items: center;
  margin: 10px 0px;
}


.contenido{
  display: flex;
  margin-left: 40px;
  align-items: center;
  flex: 1;
}

.contenido h2{
  margin: 0px auto;
}

.contenido img{
  height: 35px;
  transform: rotate(-180deg);
  text-align: left;
  margin-left: auto;
}

h2{
  color: #919191;
  font-family: "Special Elite";
  font-size: 20px;
}

.cajas{
  background: black;
  border: 20px solid transparent;
  border-image-source: url(/ImgMain/border.png);
  border-image-slice: 33%;
  border-image-repeat: round;
  z-index: 1;
}

footer{
  text-align: center;
  margin: 10px;
  height: 25px;
}


.ornamentos1{
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 350px;
  z-index: 1;
}

.ornamentos2{
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  transform: rotate(-180deg);
}
