@media screen and (max-width:600px) {
    .wordcloud {
        display: none;
    }
}

body {
    font-family: 'Monda';

    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.panels {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    z-index: 1000;
}

.panel {
    border-style: solid;
    border-width: 3px;

    display: flex;
    flex-direction: column;
    min-height: 300px;

    padding: 20px 20px 0 20px;

    font-size: 36px;
}

.panel span.role {
    font-size: 36px;
    text-align: center;
}

.panel span {
    font-size: 16px;
}

.technologies {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    align-self: stretch;
    width: 33%;
}

.wordcloud {
    width: 100%;
    height: 100%;
    min-height: 965px;
    position: relative;
    float: right;
}

a {
    color: black;
    font-size: 16px;
}

h1, h2 {
    text-align: center;
    font-size: 48px;
}

.footer {
    display: flex;
    flex-direction: column;

    padding-left: 40px;
}

.address, .vat {
    font-size: 16px;
}

.address, .wordcloud-ref {
    margin-top: 20px;
    margin-bottom: 20px;
}

svg g text {
    fill: #e8e8e8 !important;
}