@import url('https://fonts.googleapis.com/css2?family=Domine&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    font-family: 'Domine';
}

body{
    background-image: url(./image.png);
}

.titulo{
    margin-bottom: 50px;
}

.titulo-h1{
    font-size: 90px;
    margin-left: 100px;
    margin-top: 50px;
}

.first-div{
    display: flex;
    justify-content: space-around;
}

.mercado{
    width: 800px;
}

.mercado-p{
    font-size: 25px;
}

.deficit{
    width: 800px;
}

.deficit-p{
    font-size: 25px;
}

.rank{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding-right:225px;
}
.rank-div{
    width: 800px;
}

.rank-div p{
    font-size: 25px;
}

.rank-divli{
    font-size: 25px;
}