html, body { height: 100%; }

.preserve-newlines {
    white-space: pre-line;
}
.skip-link {
    position:absolute;
    left:-10000px;
    width:1px;
    height:1px;
    overflow:hidden;
    top: -46px;
}

.skip-link:focus {
    position:relative;
    top: 0px;
    left:0px;
}

.row {
    padding-bottom: 20px;
}

.paragraph {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.4;
}

iframe {
    height: 400px;
}

.btn-playstore {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-family: sans-serif;
}
.btn-playstore i {
    font-size: 30px;
    margin-right: 15px;
}
.btn-playstore span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.btn-playstore small {
    font-size: 10px;
    text-transform: uppercase;
}
.btn-playstore b {
    font-size: 18px;
}
/* Efecto al pasar el mouse */
.btn-playstore:hover {
    background-color: #333;
    color: #00e676; /* Color verde característico de Android */
}
