@font-face {
    font-family: "Barlow-Bold";
    src: url("https://files.netbox.com.pl/Barlow-Bold.ttf");
}
@font-face {
    font-family: "Barlow-Regular";
    src: url("https://files.netbox.com.pl/Barlow-Regular.ttf");
}
@font-face {
    font-family: "BarlowSemiCondensed-Regular";
    src: url("https://files.netbox.com.pl/BarlowSemiCondensed-Regular.ttf");
}
.barlowbold {
    font-family: "Barlow-Bold";
}
.barlowregular {
    font-family: "Barlow-Regular";
}
.barlowcondensed {
    font-family: "BarlowSemiCondensed-Regular";
}
* {
    color: black;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.img-logo {
    height: 150px;
    margin: 0 auto;
}
.img-logo img {
    height: 150px;
}
.user-info {
    min-width: 350px;
}
.divider {
    height: 150px;
    border-left: 5px solid red;
}
.user-name {
    font-size: 40px;
}
.small-icon {
    width: 25px;
}
.medium-icon {
    width: 40px;
}
.mt10 {
    margin-top: 10px;
}
.gap10 {
    gap: 10px
}
.pt21 {
    font-size: 21pt;
}
.pt17 {
    font-size: 17pt;
}
.pt14 {
    font-size: 14pt;
}
.pt12 {
    font-size: 12pt;
}
.opacity80 {
    opacity: 0.8;
}