html * {
    font-family: sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

iframe {
    overflow: hidden;
    border: none;
}

.ui-button {
    background-color: #bc2529;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 5px;
}

.ui-button.budget {
    background-color: #d95918;
}

.ui-button.invalid {
    cursor: auto;
    opacity: 70%;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-left: auto;
}

.header-bar {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4rem;
    height: 70px;
    width: 100%;
}

.inner {
    max-width: 1600px;
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.text-input {
    width: 100%;
    height: 2.6rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    box-sizing: border-box;
}