@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
html, body {
	background-color: black;
}
h1, h2, h3 {
	color: white;
}

.div-mae {
	display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
.div-corpo{
	width: 80%;
	text-align: center;
}

.url {
	color: red;
}