@import url('https://fonts.googleapis.com/css2?family=Copse&display=swap');

/*
 * --------------------------------------------------------------------------
 * LAYOUT
 * --------------------------------------------------------------------------
 */
body {
    font-family: Copse, sans-serif;

}


/*
 * --------------------------------------------------------------------------
 * USER AVATARS
 * --------------------------------------------------------------------------
 */
 .avatar {
    width: 52px;
    height: 52px;
    background-color: #999;
    border-radius: 50%;
    font-family: sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.table{
    margin-bottom:0 !important;
}

.table > tbody > tr > td{
    vertical-align:middle;
}

h2, h3{
    font-size: 2rem;
}

.software-content img{
 width: 100%;
}
