p {
    text-align: center;
    font-family: "Helvetica", Sans-serif;
    font-size: 40px;
    font-weight: 600;

}

a {
    background-color: #FFED00;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    fill: #181818;
    color: #181818;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F0F0F0;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px;
    text-align: center;
}

img {
    width: 100px;
    display: none;
}

div {
    display: flex;
}