@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap');

    *{
        font-family: 'Playfair Display', serif;
    }
    body{
        background: linear-gradient(to right,#6bbf59, #c8f0c2);
        margin-top: 100px;
        }
    header.main{
        background-color: #4a9e40;
        color: black;
        padding: 15px 15px;
        display: flex;
        justify-content: space-between; /* separator */
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    .logo{
            width: 70px;       
        }
    .logo-title {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .right-header{
        display: flex;
        gap: 30px;
    }
    .client{
        font-style: oblique;
    }