@media screen and (max-width: 600px) {
  #endsmall {
    font-size: 20px;
  }
  #end {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  #endsmall {
   display: none;
  }
}
*{
background-color: black;
color: white;
}