body{

    background-color: rgb(19, 18, 18);

}

.sectionTitle {
    color: rgb(217, 220, 230);
    
    
}

.siteTitle{
    
    
    background-color: rgb(93, 107, 112);;
    height : 100px;
    margin : 10px;
    padding: 20px;
    border: solid rgb(252, 250, 250) 1px;
    border-radius: 5px;

}



.inDevelopment {

    border: solid rgb(252, 250, 250) 1px;
    margin : 10px 1vw;
    height : 50vw;
    min-height: 250px;
    max-height: 300px;
    width: 50vw;
    min-width: 250px;
    max-width: 300px;
    background-color: rgb(93, 107, 112);
    border-radius: 2vw;

}

div.inDevelopment > p {

    
    
    margin-top : 20px;
    min-height : 30px;
    
}




div.inDevelopment > h3 {

    margin-top : 20px;
    margin-bottom: 40px;
    min-height: 30px;

}

div.inDevelopment > img {
    height: 25vw;
    max-height: 150px;
    width : 16vw;
    max-width : 100px
    

}

.softwareDemos {
    border: solid rgb(252, 250, 250) 1px;
    margin : 10px 3vw;
    height : 30vw;
    min-height: 300px;
    max-height: 400px;
    width: 30vw;
    min-width: 300px;
    max-width: 400px;
    background-color: rgb(93, 107, 112);
    border-radius: 50%;

}

div.softwareDemos > p {

    margin-top: 10px

}


div.softwareDemos > h3 {

    margin-top : 20%
}

.affiliates {

    border: solid rgb(252, 250, 250) 1px;
    margin : 10px 1vw;
    height : 50vw;
    min-height: 250px;
    max-height: 300px;
    width: 50vw;
    min-width: 250px;
    max-width: 300px;
    background-color: rgb(93, 107, 112);
    border-radius: 2vw;


}

div.affiliates > img {

    height: 25vw;
    max-height: 175px;
    width : 25vw;
    max-width : 175px

}

div.affiliates > h3 {

    margin-top : 20px;
    margin-bottom: 20px;
    min-height: 30px;

}


div.affiliates > p {

    margin : 10px;
}

