@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5');

body {
    min-width: 100% !important;
    min-height: 100vh !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #FFFFFF !important;
    color: #222222 !important;
    text-align: start !important;
    font-size: 2.4vh !important;
}

.container {
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.row {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

#Hub {
    font-size: 8vh !important;
    font-weight: 800;
    color: #222222;
}

h3 {
    font-weight: 800 !important;
}

h4 {
    font-weight: 600 !important;
}

.images {
    width: 75%;
}

.colimg {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.highfi {
    width: 90%;
}

.colhub {
    display: flex;
    justify-content: center;
}

.rowhub {
    width: 75%;
}
