/* *,
*::before,
*::after {
  box-sizing: custom-border;
  margin: 0;
  padding: 0;
} */



#container {
    display:flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    height:90vh;
    border: solid black 2px;
    padding: 5px;

}

