/* For specific tweaks of the page (if needed) */


.print-button {
    display: block;
    text-align: center;
    font-size: 40px;
    width: 240px;
    background: #ffcc00;
    box-shadow: 5px 5px;
    padding: 15px;
    margin: 30px auto;
    border-radius: 10px;
    text-decoration: none;
    color: black;
}

.dzine-gif {
    width: 250px;
}
