body {
    background-image: url(fondos/minecraftbg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
    background-color: white;

    color: white;
    font-family: 'pixel-operator';
    font-size: 22px;
}

.centrar {
  min-height: 100vh;

  display: flex;
  justify-content: center;
  align-items: flex-start;

  box-sizing: border-box;
}

@font-face {
    font-family: 'pixel-operator';
    src: url(fonts/PixelOperator.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pixel-operator-bold';
    src: url(fonts/PixelOperator-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.todito{
    display: flex;
    flex-direction: row;
    gap: 2%;
}

.sideinfo{
  background-color: rgba(0, 0, 0, 0.877);
  outline: 1px solid white;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  flex-direction: column;
  width: 12%;
}

.entradas {
    background-color: rgba(0, 0, 0, 0.877);
    outline: 1px solid white;
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-left: 2%;
    padding-right: 2%;
}

.post {
    width: fit-content;
    height: fit-content;
}

.microimage{
    outline: 1px solid white;
    max-width: 100%;
}

.textheader{
    font-family: 'pixel-operator-bold';
    font-size: 30px;
}

.titulos {
    font-family: 'pixel-operator-bold';
    font-size: 28px;
}

.entradas a{
    text-decoration: none;
    color: white;
}

.entradas a:hover {
    color: #bfff4f;
}