html {
    color: #000000;
    font-family: 'Nunito', sans-serif;
    background-color: #FFB53F;
    font-style: normal;
    font-optical-sizing: auto;
    font-smooth: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color:#FFCC3F; */
    background: url('/images/deep-link-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    z-index: -1;
}

body {
    margin: 0;
}