.center{
  margin: auto;
  width: fit-content;
  background-attachment: fixed;
  contain: content;
  border: 5px solid chocolate;
  background-color: orange;
  padding: 10px;
    }


@font-face {
  font-family: Starborn;
    src: url(Starborn.otf);}

.container{
    display:flex;    
}
.parent {
  border: 5px solid chocolate;
  text-align: center;
   width: fit-content;
        height: fit-content;
        margin: 10px;
        padding:10px;
        background: darkorange;
        font-family: cursive;
}
.child {
  display: inline-block;
  vertical-align: middle;
     width: fit-content;
        height: fit-content;
        margin: 10px;
        padding:10px;
        border: 5px solid chocolate;
        background: darkorange;
        font-family: cursive;
}