* { 
    margin:0; 
    padding: 0; 
    box-sizing: border-box; }

/* Atom Image */

div.title { 
    display:flex;
    justify-content: space-between;
    align-items: center;
}
h1 {
    align-items: center;
    padding-left:0.3em;
}



h1 a {
    text-decoration: none;
    color:black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:medium;
    font-style: italic;
}

h2 {
    font-family:Georgia, 'Times New Roman', Times, serif;
    padding-left:0.3em;
    padding-bottom:0.5em;
}

main { 
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(2,auto);
    row-gap: 30px;
    margin-left:5px;
}

article {
     margin-left:2em;
}
article { 
    border: solid black 1.5px;
    width:fit-content;
    height:fit-content
}
pre { 
     padding-bottom:1em;
     padding-left:0.4em;
}
pre {
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1.4;
   
}

h3 {
    font-size: small;
    font-style: italic;
    text-indent: 5em;
    padding-bottom: 0.5em;
}

aside {
   width: 20em;
   padding-left:0.4em;
}

a {
    text-decoration: none;
}