* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body{
    background-image: linear-gradient(to bottom, #089F41, #024d1f); 
}
main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.retangulo {
    width: 600px;
    height: 350px;
    background-color: #089F41;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    zoom: min(1, 90vw / 600px);
}

.losango-top {
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
    position: absolute;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-bottom: 170px solid #FFE109;
    top: 0px;
}

.losango-bot {
    margin-bottom: 5px;
    margin-left: 25px;
    margin-right: 25px;
    position: absolute;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 169px solid #FFE109;
    bottom: 1.7px;
}

.circulo {
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #092F7B;
    border-radius: 50%;
    overflow: hidden;
}

.faixa {
    position: absolute;
    width: 400px;
    height: 400px;
    border: 30px solid white;
    border-radius: 50%;
    top: 75px;
    left: -90px;
}
