a {
    color: black;
  }

body {
    background-color: white;
}

@media screen and (max-width: 1023px){
     #container {
     width: 100%;
     }
}