﻿.center-body {
    margin: auto;
    background-color: rgba(0, 44, 63, 1);
    width: 50rem;
}

h1.text, p {
    display: flex;
    justify-content: center;
    color: white;
}

.logo {
    display: flex;
    justify-content: center;
}

.swag-button {
    display: flex;
    justify-content: center;
}
