.btn-primary {
    color: #fff;
    background-color: #4446db;
    border-color: #4446db;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
  body{
    /* background-image: linear-gradient(-90deg,#4CAF50, #0e6656); */
    background: #282A35;
    /* background: radial-gradient(circle, rgba(161,2,5,1) 0%, rgb(194, 14, 50) 100%); */
    font-family: Sofia Pro Black,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
  }
  footer{
    color: #fff;
  }
  .myfooter {
    position: fixed;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
  }