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



.type-title {
    margin-top: 2em;
    margin-bottom: 2em;
    max-height: 28px;
}

.backlog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
}

.shot {
    max-height: 25px;
    margin: 5px auto;
}

.dracula {
    background-image: url('https://i.imgur.com/CLryd4W.jpg'); /* Link to your background image */
    background-size: cover; /* Ensure the image covers the div completely */
    background-position: center; /* Center the image within the div */
    background-repeat: no-repeat; /* Do not repeat the image */
    padding: 0.5em 0;
}

.whited {
    background: white;
}
    
.conclusion {
    margin-top: 8em;
    text-align: center;
}
