/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');*/


.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #9EC326;
    font-weight: bold;
    /*
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    */
}

p {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    padding-top: 5px;
    padding-bottom: 20px;
}

.container {
    display: flex;
    align-items: center;  
}

.btn-linkedin {
    border-radius: 10px;
    width: 220px;
    height: 40px;
    background: #9EC326;
    margin-left: 20px;
}
