.yellowband {
    width: 100%;
    height: 12px;
    background-color: yellow;
    margin-top: 20px;
}

.row {
    width: 100%;
    display: flex;
    font-size: 20px;
    margin-top: 30px;
    text-decoration: none;
}

.link:hover {
    font-weight: bold;
}

.row p {
    width: 100%;
    padding-left: 20px;
    padding-right: 60px;
    position: relative;
}

.row p b {
    position: absolute;
    right: 20px;
    width: 40px;
    color:yellow;
    text-decoration: underline;
    font-weight: normal;
    text-align: right;
}

.row p b:hover {
    font-weight: bold;
}
