#projects_link {
    width: 100%;
    height: 300px;
    padding: 0 10px;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 191, 255);
}
#projects_link__text {
    background: none;
    color: black;
    text-decoration: none;
}
#projects_link__button {
    color: rgb(255, 255, 255);
    background-color: rgb(158, 158, 158);
    border-radius: 5px;
}
#projects_link__button:hover {
    background-color: rgb(177, 177, 177);
}