body {
  background-color: #121212;
}

.logo {
  width:50%;
}

.text-gradient {
  background-clip:text;
  background-image: linear-gradient(to left, rgb(249, 115, 22), rgb(245, 158, 11));
  border-bottom-color:rgb(54, 50, 48);
  border-bottom-style:solid;
  border-bottom-width:0px;
  border-left-color:rgb(54, 50, 48);
  border-left-stylesolid;
  border-left-width:0px;
  border-right-color:rgb(54, 50, 48);
  border-right-style:solid;
  border-right-width:0px;
  border-top-color:rgb(54, 50, 48);
  border-top-style:solid;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgba(0, 0, 0, 0);
  cursor:pointer; 
}

.text-gradient:hover {
  background-clip:text;
  background-image: linear-gradient(to left, rgb(249, 115, 22), rgb(245, 158, 11));
  border-bottom-color:rgb(54, 50, 48);
  border-bottom-style:solid;
  border-bottom-width:0px;
  border-left-color:rgb(54, 50, 48);
  border-left-stylesolid;
  border-left-width:0px;
  border-right-color:rgb(54, 50, 48);
  border-right-style:solid;
  border-right-width:0px;
  border-top-color:rgb(54, 50, 48);
  border-top-style:solid;
  border-top-width:0px;
  box-sizing:border-box;
  color:rgba(0, 0, 0, 0);
  cursor:pointer; 
}