﻿
.center {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
}
