 body{
            font-family: Arial, Helvetica, sans-serif;
            background-color: beige;
            background-image: url('https://wallpapercave.com/wp/wp2561065.png');
            background-attachment: fixed;
        }
      .header{
        text-align: center;
        text-shadow: 0cqmin;
        background-color: cornflowerblue;
        padding: 5%;
        background-attachment: initial;
        border: 2px solid black;
        border-radius: 12px;
      }
      
      img{
        border-radius: 10%;
      }
      main{
        max-width: 600px;
        background-color: white;
        border-radius: 12px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 450px;
        border: 2px solid black;
      }
     .iitk{
       max-width: 600px;
     }
     button{
        background-color: whitesmoke;
        margin-left: 100px;
        cursor: pointer;
        border-radius: 10px;
     }
     button:hover{
      background-color: rgb(255, 0, 85);
     }
     .dislike:hover{
      background-color: rgb(6, 255, 23);
     }
     h2{
        text-align: center;
        text-decoration: underline;
     }
     blockquote{
        color: blue;
        border-left: chocolate;
     }
     div{
      border-bottom: 1px solid grey;
     }
     footer{
        background-color: cornflowerblue;
        padding: 5%;
        text-align: center;
        border: 2px solid black;
     }