<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post-thumbnail {
    border-radius: 8px;
}

h3 {
    font-size: 2.0vw;
    border-bottom: solid 2px #3dcd81;
}

h4 {
    font-size: 1.8vw;
    font-weight: lighter;
    border-left: #3dcd81 solid 10px;
    padding-left: 20px;
}

strong {
    font-size: 20px;
    margin-bottom: 10px;
}

p {
    line-height: 30px;
    margin-bottom: 30px;
}

ol {
    padding-left: 0;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
    line-height: 30px;
    margin-bottom: 30px;
}

.menu__box li {
    margin-bottom: 0;
}

.list {
    font-weight: bolder;
}

.marker {
    background-color: #ff9;
    margin: 2px;
}

.blue-marker {
    background-color: #ccffff;
    
}

.blog-container {
    margin-bottom: 45px;
}

@media screen and (max-width: 1005px) {

    h3 {
        font-size: 3.5vw;
    }
    
    h4 {
        font-size: 3vw;
    }
}

@media screen and (max-width: 800px) {
    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }
}</pre></body></html>