@charset "utf-8";
.banner a{
  text-decoration: none;
  color: #ffffff;
}
.banner{
  font-family: Arial, "sans-serif";
  font-size: 1.2rem;
  font-weight:bold; 
  padding: 1px 8px; 
  text-align:center; 
  top:0; 
  position: static; 
  width:100%;
  background: maroon; 
  color: white;
  margin-bottom: 32px;
  height: 1.5rem;
  display:flex;
  justify-content:center;
  align-items: center;
}

.code{
width: fit-content;
dispay: block;
margin: 0 auto;
}