body {
	font-family: Arial, sans-serif;
}

.main-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	text-align: center;
    padding: 60px 20px;
    margin-top: 2rem;
	line-height: 1.5rem;
    background-color: rgb(119, 119, 119, 0.2);
}