body {
    background-image: url(Background.jpg);
}

.titulo {
    color: aliceblue;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 55px;
}

.titulosegundo {
    color: aliceblue;
    background-color: rgb(26, 25, 94);
    text-align: center;
    font-size: 27px;
    text-decoration: underline;
}

.imagenerror {
    display: flex;
  justify-content: center;
  align-items: center;
  size: 30px;
  width: 100%;
}

.aviso {
    color: aliceblue;
    background-color: rgb(219, 41, 29);
    text-align: center;
    size: 25px;
}

.final {
    color: aliceblue;
}

a {
    color: #ece03a;
}