body {
    background-image: url(Media/background.png);
}

.post {
    background-color: rgb(64, 64, 64);
    width: 650px;
    border: 10px solid rgb(64, 64, 64);
}


h1 {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
}

h3 {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    text-align: left;
}

.img_conteiner{
    display: inline-block;
    text-align: left;
}

.width_2 {
    max-width: 320px;
}