body {
    background-color: #718c40;
}

.drawings {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.nepdrawing {
    width: 22em;
    height: 22em;
}

main {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: block;
}

.folder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}