* {
    font-family: 'Courier New', Courier, monospace;
    padding: 0;
    margin: 0;
    color: #999;
}

/*** TAREFAS ***/

/* alinhamento para esquerda, nav e etc */
/* colocar seção de atualizações  */
/* continuar aba de links */
/* formular aba webmaster */
/* formular aba music */
/* formular aba art/ai */
/* formular aba pensamentos */
/* colocar os links sociais */
/* fazer paginas informativas sobre livros, cines e games (ler mais) */
/* estilizar about */
/* formular navbar e utilidades */
/* criar mais avatares */

/*** criar outros temas após concluir tudo acima ***/


h3, p, h4 {
    padding: 1rem;
}

body {
    background-image: url(../img/background-sk.png);
    background-color: #000701;
}

header {
    margin-top: 10px;
}

/* container */
.container {
    background-image: url(../img/background-sk.png);
    background-color: #000701;
    width: 1200px;
    margin: auto;
    display: grid;
    grid-template-areas: 
    'nav nav'
    'aside section'
    'aside section'
    'footer footer';
    grid-template-columns: 1fr 4fr;
    grid-template-rows: auto 1fr 1fr;
    gap: 10px;
}

/* nav */
nav {
    background-color: #000;
    display: flex;
    justify-content: right;
    width: 100%;
    height: 40px;
    grid-area: nav;
    margin: 0 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #7a6;
}

nav li {
    margin-top: 10px;
    margin-left: 3rem;
    margin-right: 3rem;
    display: flex;
    display: inline-block;
}

.nav, .nav ul, .nav li a {
    text-decoration: none;
    background-color: #000;
}

.nav a:hover {
    color: #444;
    cursor: help;
}


/* section */
section {
    width: 100%;
    height: 782px;
    grid-area: section;
    display: flex;
    padding: 1rem;
    border: 1px solid #7a6;
    background-color: #000;
    overflow: auto;
}

.about {
    margin-top: 70px;
}

.relative#skkad-meditando {
    position: relative;
    background-color: transparent;
    width: 100px;
    height: 100px;
    top: 30px;
    left: -200px;
}

.relative img {
    width: 220px;
}

.section, .section h2, .section p, .section h3 {
    background-color: #000;
}

.section p#update {
    color: #444;
}

.section p#front-index {
    color: #7a6;
}

/* section article */
.article {
    margin-top: -1rem;
    display: grid;
    grid-template-areas: 
    'img h3'
    'img p';
    grid-template-columns: 1fr 4fr;
    grid-template-rows: auto 1fr;
}

.article h3 {
    grid-area: h3;
}

.article p {
    grid-area: p;
}

.article img#img-obras {
    grid-area: img;
}

.article, .article h3, .article p {
    background-color: #000;
}

.article img#img-obras {
    border: 1px solid #7a6;
    border-radius: 10%;
    margin-top: 1.6rem;
    margin-right: 2rem;
    margin-left: 1rem;
    width: 70%;
    background-color: #000;
}

img#sk-ic {
    position: relative;
    background-color: transparent;
    width: 500px;
    height: 200px;
    left: 500px;
    margin-top: -4rem;
}

/* aside */
aside img#img-icon {
    background-color: rgb(48, 51, 48);
    margin: 1rem auto;
    border-radius: 10%;
    border: 1px solid #7a6;
    width: 85%;
    margin-bottom: 1rem;
    display: block;
}

aside {
    height: 800px;
    grid-area: aside;
    margin-left: 2rem;
    margin-right: 1rem;
    padding: 7px;
    border: 1px solid #7a6;
    background-color: #000;
}

.aside ul {
    margin: 0px;
}

.aside, .aside2, .aside3 {
    text-align: center;
    margin-bottom: 10px auto;
    padding: 10px;
    background-color: #000;
}

.aside li, .aside2 li, .aside3 li {
    list-style: none;
    height: 30px;
    padding: 3px;
    background-color: #000;
}

.aside li a,
.aside2 li a, .aside3 li a {
    display: block;
    padding: 3px;
    border: 1px solid #7a6;
    text-decoration: none;
    background-color: #000;
}

aside a:hover {
    color: #fff;
    cursor: help;
    background-color: #444;
}

/* footer */
footer {
    grid-area: footer;
    display: flex;
    margin-top: 1rem;
    padding: 1rem;
    justify-content: center;
}

footer p {
    text-align: center;
    padding: 2px;
}

/* links */
