body {
    background-color: #f5f4f4;
    margin: 0;
  }
  .header {
    padding: 20px;
    text-align: center;
    background: #0077e8;
    color: white;
    font-family: "Exo 2", sans-serif;
  }

  body {
      margin: 0;
      font-family: "Exo 2", sans-serif  }

  .container { 
    font-family: "Exo 2", sans-serif
  }

  .center{
    text-align: center;
    margin-top: 150px;
  }

  
  .color{
    background-color: #0077e8;
    font-family: "Exo 2", sans-serif
  }