img{
    width: 1200px
}
body{
    background-color: #ffe8f3;
}


.container{
    margin: auto;
    width: 1100px;
    align-content: center;
}
.list1 ,
.list2 ,
.list3 ,
.list4 {
    margin-top: 10px;
    padding: 5px 5px;
}
.navbar img{
    width: 15px
}
.navbar{
    height: fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 25px;
    z-index: 1;
    margin-left: 50px;
    margin: 20px;
    position: fixed
}

.navbar a{
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 25px;    
    background-color: rgba(192, 137, 172, 0.8);
}

.list1 a ,
.list4 a{
    color: black
}