﻿.container-center {
    display: flex;
    justify-content: center;
}

.error-container {
    color: #d50000;
    width: 300px;
    text-align: justify;
}

.info-container {
    width: 300px;
    text-align: justify;
}
