.center {
    margin-top: 35%;
}
body {
    background-color: #e9ecef;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-spacing {
    margin-bottom: 2rem;
}
.form-control:focus {
    border-color: #ed1c24;
    box-shadow: 0 0 0 0.2rem rgba(237, 28, 36, 0.25);
}
.page-links {
    color: #505962 !important;
}
.page-links:hover {
    color: #090c11 !important;
}
