h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: inherit;
    font-display: block;
    color:blue;
    font-weight: bold;
    text-align: center;

}

.articulofutbol {
    border: 5px dashed lightgreen
}

.equipos {
    font-family: Monaco;
    font-size: 20px;
    font-weight: bold;

}

.titulo{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    font-size: xx-large;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
