body{
    background-color:lavender
}
body{font-family: cursive}
body{color: #2b143e}
body{font-size: 30px}

.top-section {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.left-side,.right-side {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.right-side {
    
}
#p32{color: palevioletred}
#p32{font-family: monospace}

a:hover{
    color: cornflowerblue
}

.fa-square-facebook{
    color: lightskyblue ;
}

img{display:table;
}