body{
  background: url(./Images/LEARN\ IN\ Background\ Color.png);
}
.topnav {
    overflow: hidden;
    background-color: rgb(248, 2, 228);
    padding: 76px;
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 30px;
  }
  
  .topnav a:hover {
    background-color: rgb(235, 109, 109);
    color: white;
  }
  
  .topnav a.active {
    background-color: white;
    color: rgb(247, 8, 8);
  }
  .column {
    flex: 33.33%;
    padding: 5px;
  }
  h1{
    color: rgb(110, 20, 104);
    text-align: center;
    font-size: 50px;
  }
  p{
    text-align: center;
    font-size: 30px;
  }
  .pstyle{
    font-family: 'Ephesis', cursive;
    color: blue;
  }
  h2{
    font-size: 35px;
    text-align: center;
  }
  h3{
    font-size: 25px;
    color: red;
  }
  .pforuse{
    font-size: 25px;
    text-align: left;
    color: black
  }
  .img-container-block {
    text-align: center;
  }
  .img-container-inline {
    text-align: center;
    display: block;
  }
  .footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(248, 2, 228);
    color: white;
    text-align: center;
  }
  .h3forresources{
    font-size: 15px;
    color:red;
    text-align: center;
  }
  .row {
    display: flex;
  }
  
  .column {
    flex: 33.33%;
    padding: 5px;
  }
  @media screen and (max-width: 500px) {
    .column {
      width: 100%;
    }
  }