body{
   background-color: bisque;
   font-size: x-large;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}
#name{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar{
    display: flex;
    justify-content: end;
    justify-content: space-between;
    /* grid-template-columns: repeat(4,1fr); */
}
.con,.pro,.menu,.insta{
    text-decoration-line: none;
}
.con:hover,.insta:hover,.pro:hover,.menu:hover{
    background-color: darkgray;
    width: 120px;
    height: 50%;
}
footer{
    display: flex;
    justify-content: space-between;
    background-image: url(./bac.png);
    background-size: cover;
    color: #fbf5f5;
    padding: 150px;

}

.fig{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
