@charset "UTF-8";
/* service_game(ゲーム開発)ページ用のcssです。 */

.link_products {
    text-align: center;
    width: 45%;
    min-width:fit-content;
    height: fit-content;
    font-weight: bold;
    margin-top:2rem;
    color:#195ca5;

}
.link_products :hover {
    background-color:#195ca5;
    color:#fff;
    transition:0.3s;
}

.link_products a {
    display: block;
    height: max-content;
    font-size: 1.3rem;
    color: #195ca5;
    letter-spacing: 0.3rem;
    /*border-radius:30px;*/
    border:3px solid #195ca5;
    transition:0.3s;
    padding:0.8rem 1rem 0.8rem 1rem;
}