/* TrumpBetrayedMe.com Pending Confirmation CSS */

body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Main Section */
.confirm-main {
    text-align: center;
    padding: 2rem 1rem;
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}