body,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif
}

span>a {
  font-weight: bold;
  width: 25% !important;
  font-family: "Raleway", sans-serif;
  padding: 0px 6px  !important;
  border-radius: 10px;
  font-size: 2.4rem;
  color: #01236A;
}
span>a:hover{
  opacity: 1;
}

span>a>img {
  background-color: white;
  border-radius: 20%;
  height: 4rem;
  
}


#output {
  display: inline-block;
  top: 4px;
  position: relative;
  border: dotted 1px #ccc;
  padding: 2px;
}
footer{
  position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}