.welcome {
  width: 80%;
  height: 86%;
  position: absolute;
  top: 12%;
  left: 10%;
  justify-content: center;
}
.welcometxt {
  width: 94%;
  position: relative;
  left: 3%;
}
.welcometxt a {
  color:rgb(255, 255, 255);
  text-decoration: none
}
.welcometxt a:hover {
  color: inherit;
  text-decoration:none;
  cursor: pointer;
  background-color: #a8a8a8;
}