body {
	color: white;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	background: url(../imgs/background.png);
}

h1 {
	margin: 10px 0px;
	font-size: 65px;
    text-align: center;
    font-style: italic;
}

.number {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	font-style: normal;
}

.text {
    font-size: 23px;
    color: black;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 135px;
    text-align: left;
}

footer {
    margin-top: 300px;
    color: white;
}

.number div {
	margin: 10px 10px;
	font-size: 40px;
}

a {
  text-decoration: none;
  color: white;
}

a:visited {
  color: black;
}

a:hover {
  color: grey;
}

a:active {
	color: black;
}
