main {
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /*to make it responsive to the window size*/
    
}
nav {
    display: flex;
    justify-content: space-around;
    
}

