uix-home {
    .main {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        left: 0;
        top: 0;
        position: absolute;
    }
    
    .footer {
        background: rgb(53, 53, 53);
        color: white;
        text-align: center;
    }
    
    .header {
        position: fixed;
        background: rgba(53, 53, 53, 0.7);
        top: 0;
        left: 0;
        z-index: 10;
    }
    
}

