.espacioNav {
    height: 20px;
    width: 100%;
}
.tituloLogros {
    font-size: 32px;
}

.subtituloLogros {
    font-size: 24px;
}

.contenedorPremio {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.imagenPremio {
    width: 100%;
}

.organizador {
    display: inline-block;
    height: 100px;
    margin: 20px;
}

.textoLogros {
    font-size: 18px;
}

.izquierda {
    text-align: left;
}

.link {
    color: red;
    padding: 10px;
    word-break: break-all;
}

@media only screen and (max-width: 650px) {
    .espacioNav {
        height: 0px;
    }
    .contenedorPremio {
        width: calc(100% - 20px);
        margin: 10px;
    }
}
