.headline{
    color: black;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 50px;
    margin-top: 50px;
}

.bobux {
    display: block;
    background-color: aqua;
    margin-left: auto;
    margin-right: auto;
}