.output {
    display: flex;
    justify-content: center;
}

.size-info {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.download-button {
    text-decoration: none;
    background-color: #555;
    color: #eee;
    padding: 10px;
}

.compression-info {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}