body {
            font-family:
                -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                Roboto,
                Helvetica,
                Arial,
                sans-serif;
            background-color: #f3f5f7;
        }


        textarea {
            font-family: monospace;
            white-space: pre;
        }

        .info{
            background-color: #ffffff;
            color: #303030;
        }


img {
    max-width: 100%;
    height: auto;
}

.btn {
    min-width: 120px;
}

@media (max-width: 768px) {
    .text-md-end {
        text-align: start !important;
    }
}
