a{
  text-decoration: none;
  color: black;
}

.font-style:hover{
  text-shadow: 1px 1px #ba002b;
}


.top-section{
  padding-top: 3%;
  text-align: center;
}

.top-text{
  font-size: 1.3rem;
}

.font-style{
  font-weight: bold;
}

.right-side-text{
  padding: 2% 1% 0 2%;
  display: block;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 1028px) {
.right-side-text{
  font-size: 1.7rem;
}

}
