html, body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #FFFFFF;
}

.center-screen {

    /*min-height: 100vh;*/
}

.title {
    text-align: center;
    font-size:4.4rem;
    font-weight: bold;
    margin-top:100px;
}

.subtitle {
    text-align: center;
    font-size:1.2em;
}


a.app {
    text-decoration:none;
    color:black;
}

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

.apps img {
    min-width:200px;
    width:10vw; 
}

.app-title {
    font-weight: bold;
    font-size:1.5rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top:50px;
}

.companies img {
    max-width:300px;
    max-height:120pt;
    margin:8pt;
}