article.all .content h3 {
    font-size: 2.2rem;
    font-weight: bold;
}
.content{
    margin-bottom: 30px;
}
.font{
    font-size: 1.8rem;
    margin-left: 10px;
}
.link{
    display: flex;
    justify-content: start;
    align-items: center;
    margin:50px 0 50px 0;
}
.link h2{
    font-weight: bold;margin-top: 10px;
}
.link button{
    height: 50px;
    background-color: #0771bd;
    border-radius: 30px;
    padding: 5px 20px;
    border: 0;
}
.link button a{
    font-size: 20px;
    font-weight: bold;
    color:white;
    text-decoration: none;

}