html body
    {
      height: 100%;
        margin: 0;

    }
    h1{
      margin-top: 1px;
      font-family: Brush Script MT;
      text-align: center;
      font-size: 150px;
      min-width: 50%;
      margin-left: auto;
      margin-right: auto;
      animation: glow 1s ease-in-out infinite alternate;
      }
      @keyframes glow {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6, 0 0 25px #a64dff, 0 0 30px #0073e6, 0 0 35px #0073e6;
      }
    to  {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #0073e6, 0 0 40px #0073e6, 0 0 50px #ff4dff, 0 0 60px #a64dff, 0 0 70px #0073e6;
      }
      }
  img
      {
        margin-left: auto;
        margin-right:auto;
      object-fit: contain;
      display: block;
      min-width:25%;
      max-width:50%;
      min-height:50%; 
      max-height:50%;
      border-radius: 50%;
      }
  h2
      {
        padding-bottom: 5%;
      margin-top:auto;
      margin-bottom:auto;
    font-family: Courier New;
    font-size: 25px;
    text-align: center;
    color: black;
    animation: glow 1s ease-in-out infinite alternate;
    }
    h5{

    margin-top:auto;
      margin-bottom:auto;
    font-family: Courier New;
    font-size: 20px;
    text-align: center;
    color: black;
    animation: glow 1s infinite alternate;

    }

  .monday
    {
      background-image: url('Bimage/background_1.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
  .tuesday
    {
      background-image: url('background_2.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
  .wednesday
    {
      background-image: url('background_3.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
      
    }
  .thursday
    {
      background-image: url('background_4.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
  .friday
    {
      background-image: url('background_5.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
  .saturday
    {
      background-image: url('background_6.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
  .sunday
    {
      background-image: url('background_7.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      width:100%;
      height: 100%;
      min-height: 50%;
      max-height: 100%;
      max-width: 50%;
      max-width: 100%;
      position: fixed;
      overflow: auto;
    }
