.infobox {
display: flex;
flex-direction: column;
float: right;
}
.infobox-name {
font-size: 1.125rem;
font-weight: bold;
text-align: center;
}
.infobox-separator {
background: #00d2ff;
padding: 0.2rem 0.5rem;
font-weight: bold;
text-align: center;
}