#descriptionBlock {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    max-width: 1000px;
}

#linksBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}

#linksBlock .link {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid black;
    color: black;
    margin-bottom: 20px;
}

#linksBlock .link:hover {
    font-weight: 700;
}