@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Pretendard-Regular', sans-serif;    
    line-height: 1.6;
    margin: 30px;
    margin-left: 70px;
    margin-right: 70px;
}

h1 {
    background-color: #4285f4;
    color: white;
    padding: 5px;
    text-align: left;
    margin: 0;
    font-size: 1.1em;   
}

h2, h3 {
    color: #333;
}

h2 {
    border-bottom: 1.2px solid #222020; /* Add a horizontal line below the h2 */
    margin-bottom: 10px; /* Add some spacing below the line */
}

.bold-text {
    font-weight: bold;
}

a {
    color: #4285f4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre {
    background-color: #f4f4f4;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow-x: auto;
}

ul {
    margin: 10px 0;
    padding-left: 20px;
    /* font-size: 1em;  */
    margin-left: 20px; /* Add left margin for the text under <ul> */
}

li {
    margin-bottom: 5px;
}
