/* Mensaje flotante del tipo de dispositivo */
.device-type-info {
    bottom: 20px;
    right: 20px;
    background: #222;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    z-index: 9999;
}
body {
}


.entry-content {
    max-width: 1200px;
}
main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 10px;
}