﻿body {
}

.img {
    margin-left: auto;
    margin-right: auto;
}

.container {
    text-align: center;
}

.normalLink {
    text-decoration: underline;
    color: rgb(202,200,200);
}

.footer {
    text-align: center;
    /* color: #949391 !important; */
    color: rgb(202,200,200);
    font-size: 10px;
    margin-top: 10px;
    border-top: 1px solid;
    border-color: rgb(198,198,198);
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
