body{
    font-family: poppins;
}

.header{
    display: flex;
    width: 100%;
    height: 100px;
   
}

.logo
{
    margin: 2em 2em 10em 5em;
    height: 50px;
    width: 50px;
}
.nav{
    position: absolute;
    right: 5em;
    margin-top: 2em;
    display: flex;
    gap: 50px;
    text-decoration: none;
    list-style: none;
}
.nav a{
    color: black;
    font-size: 1em;
    text-decoration: none;
}

.BIVIRGATUS{
    margin: 2em 0 0 0;
    width: 100%;
}

.PaintingGallery{
    margin: 2em 0 2em 8em;
    display: grid;
    grid-template-columns: 50% 50% ;
    grid-template-rows: auto auto ;
    gap: 10px 10px;
    width: 80%;
}

.PaintingsTitle{
    margin: 5em 2em 0 4em;
    font-weight: 500;
    font-size: 2em;
}

.PostTitle{
    margin: 5em 2em 0 4em;
    font-weight: 500;
    font-size: 2em;

}
.GImage{
    width: 100%;
}

.GImage4{
    padding-left: 3em;
    width: 65%;
}

.SocialMediaPost{
    margin: 2em 0 2em 8em;
    display: grid;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    width: 80%;
}

.Posters{
    margin: 2em 0 2em 8em;
    display: grid;
    grid-template-columns: 25% 25% 25% 22% ;
    width: 80%;
    gap:10px;
}
.workContainer{
    padding-top: 4em;
    padding-left: 4em;
    display: flex;
    justify-content: space-between;
    color: white;
    width: 96%;
    height: 300px;
    background-color: rgb(46, 50, 49); 
}
.whitelogo{
    padding-top: 4em;
    padding-right: 4em;
    width: 120px;
    height: 120px;
}
.workTogather{
    margin-bottom: 0;
    height: fit-content;
    font-size: 3em;
}
.workDescription{
    font-weight: 300;
    height: fit-content;
    font-size:1.2em ;
}
.worktext{
    width: 50%;
}


.footer{
    display: flex;
    justify-content: space-between;
    padding-left: 3em ;
    height: 35vh;
    margin-top: 6em;

}

.name{
    font-size:2em ;
     
}
.address{
    font-size:1em ;
}

.phone{
    font-size:1em ;
}

.social{
    display: flex;
    padding-right: 3em ;
}

.insta{
    width: 50px;
}
.linkedin{
    width: 50px;
}

.personalBrand{
    display: grid;
    grid-template-columns: 50% 50%;
    width: 10% ;
    gap: 200px;

}