.announce {
	display: flex;
    flex-direction: column;
    align-items: center; margin-bottom: 2em;
	text-align: center;
}

.announce p{
	font-size: 18px;
    color: var(--basic-gray);
	max-width: 40em;
}
