body {
    font-family: Calibri, sans-serif;
    font-size: 15;
}


header {
    font-size: 200%;
    font-family: Arial, Courier, sans-serif;
    font-weight: bolder;
    letter-spacing: 15px;
    color: white;;
    letter-spacing: 5px;
    text-shadow: -2px 0 #999999, 0 2px #999999, 2px 0 #999999, 0 -2px #999999;
    margin-left: 30px;
}


main {
    margin-left: 20px;
    width: 400px;
    border: 5px dotted #aaaaaa;
    border-radius: 15px;
}

section {
    padding: 20px;
}


time {
    color: gray;
}


article {
    
}


img {
    height: auto;
    width: auto;
    max-height: 300px;
    max-width: 300px;
}


aside {
    font-size: smaller;
}