.Column{
    width: 20vw;
    display: inline-block;
    margin: -1.1px;
    color: #404040;
    font-weight: lighter;
    font-size: 20px;
    line-height: 25px;
}

.ColumnName{
    font-weight: normal;
    margin-bottom: 15px;
}

.ColumnLeft{
    text-align: left;
}

.ColumnCenter{
    text-align: center;
}

.ColumnRight{
    text-align: right;
}

.ContactText{
    color: var(--accentcolor);
    font-size: 1.5vw;
    font-weight: bold;
}


