@media (min-width: 1200px)
{
    main .container { max-width: 1600px; }
}

.dag-img
{
    border: 1rem solid white;
    box-shadow: 0rem 0.375rem 1.5rem 0rem rgba(140, 152, 164, 0.225);
    border-radius: 0.33rem;
}

.error
{
    color: red;
    margin-top: 0.5rem !important;
}
