body {
    font-family:'Courier New', Courier, monospace;
    text-align: justify;
    justify-content: center;
    align-items: center;
}

.pjesma {
    text-align: center;
}

.proza {
    text-align: justify;
    margin-left: 10%;
    margin-right: 10%;
}

.back-button {
    
    color: #000000; 
    font-size: smaller; 
    font-weight: bold;
    padding: 10px 20px;
    border: none; 
    border-radius: 5px; 
    text-decoration-line: underline;
}

.back-button:hover {
    color: grey; 
    text-decoration: underline; 
}


.container{
    text-align: center;
}

img{
    object-fit:contain;
    width:70%;
    height:auto;
}