/*Archivo css de Arhamis Santana Hernández*/
* {
  margin: 0px;
  padding: 0px;
}

.opciones {
  border-style: solid black;
  display: flex;
  flex-direction: row;
}

.tit {}

img {
  width: 95%;
  display: block;
  margin: auto;
  margin-top: 5px;
}

h2 {
  background-color: black;
  color: white;
  width: 100%;
  height: 30px;
  text-align: right;
}

h3 {
  margin: 6px;
  text-align: center;
}

p {
  margin: 5px;
  text-align: justify;
}

.polonia {
  background-color: turquoise;
  width: 33.3%;
}

.oporto {
  background-color: lightgreen;
  width: 33.3%;
}

.malta {
  background-color: lightblue;
  width: 33.3%;
}
