.background {
    height: 50vh;
    background-image: url('/img/bg.jpeg');
    background-size: cover;
    background-position: center center;
    position: relative;
    left: 0;
    margin-left: 0;
    top: 0;
    z-index: 0;
    margin-bottom: 0;
    margin-top: -18vh;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;

}

.negative_triangle {
    /* margin-top: -14.9vh; */
    display: none;
}

main {
    margin: 0;
    margin-top: 10vh;
}

header {
    position: relative;
    z-index: 1;
    background-color: var(--color-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15vh;
    padding-bottom: 2.5vh;
    max-width: 991px;
}

.result-header {
    display: flex;
    border: solid 1px var(--color-yellow);
    border-radius: 50px;
    justify-content: space-between;
    align-items: center;
    background: color(from var(--color-yellow) srgb r g b / 0.5);
    z-index: 1;
    position: relative;
}

.result-text {
    text-align: center;
    width: 75%;
}

.result-header img {
    width: 25%;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tabela {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: solid 1px var(--color-yellow);
    padding-top: 100px;
    position: relative;
    top: -100px;
    z-index: 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 100px;
    padding-bottom: 10px;
    padding-top: 120px;
    margin-bottom: -80px;
    border-top: 0;
}

.tabela li {
    flex-basis: 33.33%;
}


footer {
    margin-top: 2.5vh;
}

footer a img {
    max-width: 50%;
}

a.cta {
    max-width: 50%;
    margin-bottom: 5em;
}