a {
  text-decoration: none;
  color: white;
}
/* Background Animation <START> */
html, body {
  width: 100%;
  height:100%;
}

body {
    background: linear-gradient(-45deg, #bcd91c, #e73c7e, rgb(0,0,0), #d95b1c);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*
Background Animation <END>
*/
.para-1 {
  color: orange;
  font-family: arial;
  font-weight : 500;
}

.sub-button {
  width: 89px;
  border-radius: 5px;
  border-block: 6px;
  margin-right: 10px;
  background-color: #f23030;
  color: rgb(255, 255, 255);
  border-style: none;
  font-weight: bold;
  height: 38px;
  margin-bottom: 10px;
  transition: background-color 0.85s, box-shadow 0.6s;
box-shadow: 3 3 4 black;


}

.sub-button:hover {
  background-color: #f26363;
  width: 100px;
  height: 50px;
  
}

.sub-button:active {
opacity: 0.4;
}

.tweet {
  background-color: white;
  color: #00b3ff;
  border-style: solid;
  border-radius: 12px;
  margin-left: 7px;
  border-color: #00b3ff;
 height: 35px;
  width: 68px;
  font-weight: bold;
  transition
  

} 
/* hover effect */
.tweet:hover {
  background-color: #00b3ff;
  border-color: white;
  color: white;
  box-shadow: 4px 4px 3 orange;
  border-radius: 12px;
  border-style: solid;
 transition: background-color 0.30s, border-color 0.30s, color 0.40s, box-shadow 0.30s, border-style 0.30s;
}

.tweet:active {
  opacity: 5;
  transition: opacity 0.36s;
}

/* input-bar style */
.click-bar {
  border-radius: 4px;
  box-shadow: 4 4 4 white;
  border-style: solid;
  border-color: orange;
  color: orange;
 padding-top: 11px;
  padding-bottom: 11px;
margin-left: 10px;
  margin-top: 10px;
margin-bottom: 10px;
 margin-right: 10px;


  }

.click-bar:hover {
  background-color: red;
    transition: background-color 0.40s,
    border-color 0.40s, 
    box-shadow 0.40s;
    border-color: white;

}
a:hover {
  color: red;
}

  
a:link {
  color: blue;
}

a:visited {
  color: #ffccb;
}

.insta {
  background-color: deepskyblue;
  color: white;
  border-style: none;
  margin-left: 10px;
 font-weight: bold;
  width: 120px;
  height: 40px;
  border-radius: 7px;

}

  .insta:hover {
   cursor: pointer;
    background-color: white;
   color: deepskyblue;
    border-color: deepskyblue;
  border-style: solid;
   transition: background-color 1s, color 1s, border-color 1s, border-style 1s;
    
  }

  
.footer {

  text-align: center;
  font-size: 15px;
  color: cyan;
  font-family: Uroob;
  display: block;
  border-style: solid;
  border-color: red;
  padding-top: 6px;
  padding-bottom: 6px;
  border-right-width: 12px;
  border-left-width: 12px;
}


  .icon-link {
    background-color: red;
    color: white;
    font-family: Uroob;
font-weight: bold;

    width: 76pxx;
    heigborder-colorborder-col;border-style: solide


border-radius: 10px;
;

  }