#homeIcon {
    color: orangered;
    height: 4vw;
    width: auto;
    padding-right: 2vw;
    padding-top: 0.3vh;
}
#statusIcon {
    height: 2.8vw;
    width: auto;
    color: orangered;
    margin-bottom: 1vh;
}
.techIcon {
    color: #45badd;
    height: 2.8vw;
    width: auto;
    margin-bottom: 1vh;
}

.techTitle {
    font-size: 1.1em;
    color: #45badd;
    font-weight: bold;
}
#title3Block {
    margin-bottom: 2vh;
}
#coordSectionBlock1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1vh;
}

#coordSectionBlock2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 3vh;
}
h3 {
    color: #313459;
}
.mainTechIcon {
    color: #45badd;
    height: 2.8vw;
    width: auto;
    padding-bottom: 1vh;
}
.mainTechBlock {
    text-align: center;
}
#techsBlock {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 25vw;
}
#iconTitleBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
}
.techStyles {
    display: flex;
    flex-direction: column;
    align-items: space-around;
}
.techStylesImg {
    text-align: center;
}
#mainTechnologyBlock {
    display: flex;
    flex-direction: column;
}
#otherTechnologiesBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35vw;
}
