.nucleo-header {
  height: 1200px;
	background-image: url("../assets/home-nucleo-background.png");
}

.nucleo-header p {
  color: white;
  margin-top: 100px;
  text-align: left;
}

.nucleo-information-container {
  width: 1920px;
  background-image: url("../assets/nucleo-information-container-background.png");
}

.nucleo-information-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1920px;
  margin-left: 0 auto;
  margin-right: 0 auto;
}

.nucleo-information {
  width: 600px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px;
  background-color: #205277;
  color: white;
}

.nucleo-information h2 {
  margin: 0;
}

.nucleo-information p {
  font-size: 30px;
  padding: 20px;
  text-align: center;
}

.nucleo-additional-information {
  background-image: url("../assets/nucleo_additional_background.png");
}

@media only screen and (max-width: 1920px) {
	.nucleo-information-container{
    width: 100%;
  }

  .nucleo-information-flex {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
	.games-container {
		flex-direction: column;
	}

	.game-container {
		width: 100%;
	}
}

@media only screen and (max-width: 550px) {
  .nucleo-information h3 {
    font-size: 24px;
  }

	.nucleo-information p {
    font-size: 18px;
  }
}
