* {
    text-decoration: none;
    color:#b07035;
} 

html {
        height: 100%;
        width: 100%;
        font-family: arial;
        font-size: 13px;
        box-sizing: border-box;
    }

body{
    background: url(bg/strip_04_502.gif);
    height: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}