.emblema-one-regular {
    font-family: "Emblema One", system-ui;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 3em;
}

.germania-one-regular {
    font-family: "Germania One", system-ui;
    font-weight: 200;
    text-align: left;
    font-style: normal;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.inline-box {
    display: inline-block;
    width: 48%;
  margin-left: 50;
    padding: 5px;
    border: 10px solid blue;
    background-color: yellow;
}   