*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Courier New', Courier, monospace;
}

a {
    color: hsl(45 100 70);
}

body {
    height: 100%;
    width: 100%;
    background-image: url(img/sueño-triada-dark.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/*Página de inicio*/

.wip {
    color: hsl(45 100 60);
    font-size: 2.5rem;
    text-align: center;
    padding-top: 5%;
}

#aviso-wip {
    background-color: hsla(0 0 10 / 0.85);
    width: 70%;
    border-radius: 20%;
    margin: 10% auto;
}

#logo-wip {
    display: block;
    margin: 0 auto;
}

/*ESTILIZADO DE LA SECCIÓN DE IMÁGENES*/

.archivo-imagenes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
}

.archivo-imagenes img {
    width: 100%;
}

#kthulem-destruccion {
    grid-column: 2 / 4;
}