body {
    color:black;
    background-color: rgb(212, 216, 215);
    font-family: 'Ubuntu', 'Times New Roman', Times, serif
    /* font-family: 'Ubuntu', Arial, sans-serif */
}

@font-face {
    font-family: 'Ubuntu';
    src:  url('../fonts/ubuntu/ubuntu.ttf') format('truetype')
  }