<style type="text/css">
      html, body {
        width: 100%;
        height: 100%;
        margin: 0px;
      }
      .transition{
          transition: width 0.5s, height 0.5s, -webkit-transform 1.5s ease-in-out;
          -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 1.5s ease-in-out;
          -moz-transition:  width 0.5s, height 0.5s, -webkit-transform 1.5s ease-in-out;
          -o-transition:  width 0.5s, height 0.5s, -webkit-transform 1.5s ease-in-out;
          -ms-transition: width 0.5s, height 0.5s, -webkit-transform 1.5s ease-in-out;
      }

      .gmailleft{
        position: fixed;
        height: 130px;
        width: 130px;
        top:40px;
        right: 60px;
      }

      .gmailright{
        position: fixed;
        height: 120px;
        width: 120px;
        top:60px;
        right: 290px;
      }

      .linkedinleft{
        position: fixed;
        height: 110px;
        width: 110px;
        top:170px;
        right: 70px;
      }

      .linkedinright{
        position: fixed;
        height: 110px;
        width: 110px;
        top: 70px;
        right: 420px;
      }

      .play{
        position: fixed;
        height: 110px;
        width: 110px;
        top:290px;
        right: 70px;
      }

      .facebook{
        position: fixed;
        height: 110px;
        width: 110px;
        top:410px;
        right: 70px; 
      }

      .aboutme{
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -125px;
        margin-top: -125px;
        border: 3px solid rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        color: rgb(255 , 255 , 255);
        text-align:center;
        visibility:hidden;
      }
      .notransition{ 
          transition: none !important; 
          -webkit-transition: none !important; 
          -moz-transition: none !important; 
          -o-transition: none !important; 
          -ms-transition: none !important; 
      }
      .gwd-img-4ddq {
        position: fixed;
        width: 20px;
        height: 20px;
        left: 55px;
        top: 55px;
      }
      .adultimgstart {
        position: fixed;
        height: 250px;
        width: 250px;
        border-top-left-radius: 125px;
        border-top-right-radius: 125px;
        border-bottom-right-radius: 125px;
        border-bottom-left-radius: 125px;
      }
      .circlebgclass {
        position: fixed;
        width: 20px;
        height: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
      }
      .adultimgend {
        position: fixed;
        height: 250px;
        width: 250px;
        border-top-left-radius: 125px;
        border-top-right-radius: 125px;
        border-bottom-right-radius: 125px;
        border-bottom-left-radius: 125px;
        margin-top: 0px;
        margin-left: -250px;
        top: 0%;
        left: 100%;
      }
      .gwd-div-hil2 {
        position: fixed;
        height: 30px;
        width: 130px;
        background-color: rgb(204, 204, 204);
        top: 50px;
        left: 85px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        visibility:hidden;
      }
      .whitebgclass {
        left: 95px;
        top: 55px;
        background-color: rgb(255, 255, 255);
        visibility:hidden;
      }
      .blackbgclass {
        top: 55px;
        background-color: rgb(0, 0, 0);
        left: 185px;
        visibility:hidden;
      }
      .greenbgclass {
        top: 55px;
        left: 125px;
        background-color: rgb(0, 255, 0);
        visibility:hidden;
      }
      .orangebgclass {
        top: 55px;
        left: 155px;
        background-color: rgb(255, 169, 22);
        visibility:hidden;
      }
      .gwd-div-9e1i {
        top: 55px;
        left: 95px;
      }
    </style>