.button {
    font-family: Nunito, sans-serif;
    display: flex;
    flex-direction: row;
    padding: 0 20px 0 20px;
    background-color: var(--red);
    color: var(--white);
    border-radius: 10px;
    height: 40px;
    width: fit-content;
    text-align: center;
    font-weight: bold;
    align-items: center;
    white-space: nowrap;
}
.button p {
    margin: 0px;
}
.button--header {
    margin: 0 20px 0 20px;
}