.heading {
    font-family: "Silkscreen", cursive;
    width: 100%;
    background-color: rgb(59 130 246);
    padding-top: 10px;
  }
  
  .logo {
    display: flex;
    justify-content: center;
  }
  
  .logo h1 {
    font-size:500%;
    color: #FFFFFF;
    position: relative;
  }
  
  .logo img {
    width: 100px;
    height: 100px;
  }

  /*
.heading {
    display: flex;
    justify-content: center;
    font-family: "Silkscreen", cursive;
}

.heading h3 {
    font-size:300%;
    color: #38b6ff;
    position: relative;
}

.heading img   {
    width: 100px;
    height: 100px;
}
*/