/* ============================================
   Global Styles - Shared across all pages
   ============================================ */

@import url('https://c-s-e-c.github.io/emojipedia/id.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #e0e0e0;
    overflow: hidden;
}

noscript {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
