@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, main {
    height: 100%;
    margin: 0;
}

main {
    background-image: url("./richard-horvath-cPccYbPrF-A-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 200%;
}

ul {

    list-style:circle;

}

#main-div {

    display: flex;
    flex-direction: row;
    justify-content: center;

    margin-top: 2rem;
}


.info-div {

    margin: 0rem 1rem 0rem 1rem;

}


.h1-colorWhite-Roboto-40px {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 40px;

}

.devs-images {

    width: 100%;
    height: 100%;
    object-fit: cover;

    align-content: center;
    justify-content: center;

}

.img-div {

    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.32);

    margin-top: 2rem;
    margin-bottom: 1rem;


    box-shadow: 0px 0px 10px black;
}

.charts-container {
    display: flex;
    flex-direction: row;
}

.dev-chart {

    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 20px;

    box-shadow: rgba(0, 0, 0, 0.100) 3px 2px 1px;

    display: flex;
    flex-direction: column;
    align-items: center;

}

.dev-chart-sizes {

    width: 20rem;
    height: 30rem;

    margin: 0.5rem;
}

.dev-chart > p {
    font-size: 16px;
    margin: 1rem;
}

.coordinators-chart-sizes {

    width: 17rem;
    height: 30rem;

    margin: 0.5rem;
}

#features-chart-sizes {
    
    width: 55rem;
    height: 30rem;

    margin: 0.5rem;

}

#features-chart-sizes > h1 {

    margin-bottom: 0.5rem;

}

#features-chart-sizes > div {

    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: auto auto;

}

.shields-div > a, .shields-div > img{
    margin: 0.3rem;
}

.shields-div {
    margin: 0 0 1rem 0;
    width: 100%;

    flex-wrap: wrap;

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.purple-background {

    background-color: #090909;

}

.almost-white-background {

    background-color: #e9e8e4;

}
