:root{
    --color-gray: #231f20;
}
body{
    margin: 0;
    padding: 0;
    background: var(--color-gray);
    color: white;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
main{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: end;
}
h1{
    width: 100%;
    text-align: center;
    font-size: 7vw;
    font-family: "GFS Didot", serif;
    font-weight: 400;
}
.container{
    width: 100vh;
    rotate: 90deg;
}
.desc{
    font-size: 2.8vw;
    font-weight: 100;
    display: flex;
    font-family: "Roboto", sans-serif;
}
.marg{
    width: 30%;
}
.defi{
    width: 100%;
    display: flex;
}
.defi h3{
    width: 100%;
    text-align: center;
}
.columns{
    width: 100%;
}
.filas{
    width: 100%;
    display: flex;
    margin-bottom: 2.5vw;
}
.country{
    width: 30%;
    text-align: center;
    font-size: 3vw;
    font-family: "Roboto", sans-serif;
}
.country img{
    width: 100%;
}
.value{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.9vw;
    font-family: "Roboto", sans-serif;
}
.value h2{
    width: 100%;
    text-align: center;
}
.table{
    width: 100%;
}
.filas2{
    display: flex;
    width: 100%;
    margin-bottom: 1vw;
}
.cont{
    width: 100%;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 20vh;
}
.value2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
}
.value2 img{
    width: 40%;
    height: 8vw;
    border-radius: 100%;
}
.desc2{
    text-align: center;
    font-size: 1.4vw;
    width: 100%;
}