@charset "UTF-8";

html, body {
    padding: 0;
    margin: 0;
}

article {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: stretch;
    justify-items: center;
    margin-top: 50px;
}

h1 {
    font-size: 30px;
    text-align: center;
    color: #1D4582;
    margin-top: 20px;
}

h2 {
    color: darkslateblue;
    font-size: 33px;
    margin-top: 3px;
}

h3 {
    font-size: 22px;
}

h4 {
    margin-top: 0px;
}

article > div {
    width: 500px;
}

.tags {
    color :darkblue;
}