*{
    padding: 0px;
    margin: 0px;
}


body{
    font-family: arial;
    background: url('../../images/bg.png') center center no-repeat fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    /* background-color: #141414; */
}