.Arthur {
  z-index: 12; 
  position: absolute; 
  top: calc(1150px - 300px);
  left: calc(15% + max(25px, 7%) + 77% - 200px); 
  width: 200px;
}

#ArthurBox {
  z-index: 11;
  position: absolute;
  top: calc(1150px - 200px);
  left: calc(15% + max(25px, 7%) + 77% - 350px);
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 25px;
  border: 3px solid black;
  border-radius: 25px;
  font-family: Silly-Regular;
  font-weight: bold;
  color: yellow;
  visibility:hidden;
}

@font-face{
  font-family: Silly-Regular;
  src: url('/Silly-Regular.ttf')
}