body {
    color: #cf1c44;
    background: url(graphics/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #d8c6b8;
    background-blend-mode: soft-light;
    }

ul {
    margin: auto;
    }
 
li {
    display: inline-block;
    margin: auto;
    width: 300px;
    font-size: 25px;
    font-weight: bolder;
    }
        
li a {
    text-decoration: none;
    color: #d8c6b8;
    }
        
form {
    position: relative;
    top: 20px;
    left: 50px;
    text-align-last: left;
    }

    .left {
        position: relative;
        width: 36px;
        height: 36px;
        left: 140px;
        top: 50px;
        display: flex;
        }

    .logo {
        position: absolute;
        left: 550px;
        top: 20px;
        }
             
    #navbar {
        position: absolute;
        top: 250px;
        width: 1500px;
        height: 30px;
        background-color: #543136;
        text-align: center;
        }

    @font-face {
        font-family: localfont;
        src: url(font/KlinicSlabMedium.otf);
        font-family: fonttwo;
        src: url(font/GOUDOSI.TTF);
        }   

    .feature {
        position: relative;
        font-family: fonttwo;
        top: 175px;
        font-size: 225%;
        text-align: center;
        font-weight: bold;
        }
    
    .right {
        position: absolute;
        top: 20px;
        right: 100px;
        width: 300px;
        font-size: 24px;
        font-weight: bold;       
        }
        
    .offers {
        font-family: fonttwo;
        font-size: 150%;
        }
        
    .angle {
        -ms-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        margin-left: 550px;
        margin-top: 50px;
        }
    
    .menu {
        margin-left: 100px;
        }
        
    .location {
        margin-left:500px;
        }

footer {
    padding-top: 75px;
    text-align: center;
    object-position: center;
    }