body {
    font-family: 'Mulish', sans-serif;
}
.profile {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 600px;
    max-width: 90%;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}
.tab-button {
    user-select: none;
    cursor: pointer;
}
.tab.about ul {
    font-size: 90%;
}