body {
    color: #333;
}
h1, h2, h3, h4 {
    color: #cc5e10;

}
.content-container{
    display: block;
    width: 70vw;
    margin-left: 15vw;
    margin-bottom: 4vh;
}

  
  .near-topic-link:hover {
    text-decoration: underline;
  }

    .topic-name {
        margin-top: 2vh;
        text-align: center;
        margin-bottom: 2vh;
    }
    .topic-name label {
        font-size: 1.7vw;
        font-weight: bold;
        color:#cc5e10;
    }
    #topic-select {
        padding: 1vw;
        font-size: 1.4vw;
        border:solid #ccc;
        background-color: #ccc;
        border-radius: 1vw;
        
    }

    .topic-link {
        text-align: left;
        margin-top: 2vh;
    }
    .topic-link ol,
    .topic-link ul {
        font-size: 1.5vw;
        text-decoration: none;
        color: black; /* Change the link color as needed */
        line-height: 5vh;
    }
    .dynamic-link {
        font-size: 1.5vw;
        text-decoration: none;
        color: black; /* Change the link color as needed */
        line-height: 5vh;
    }

    .dynamic-link:hover {
        text-decoration: underline;
        color: #107ECC;
    }

    @media only screen and (max-width: 1200px) {
        body {
            font-size: 1.5vw;
        }
        h2 {
            font-size: 2.5vw;
        }
        h3 {
            font-size: 2.3vw;
        }
        h4 {
            font-size: 2vw;
        }
        p {
            font-size: 1.8vw;
        }
        .content-container{
            display: block;
            width: 98vw;
            margin-left: 1vw;
        }
        .content-container ol,
        .content-container ul,
        .content-container p {
            font-size: 1.8vw;
            line-height: 4vh;
        }
        .link-center {
            background-color: #107ECC;
            padding: 1vh;
            margin: 1vh;
            border: none;
            border-radius: 0.4vw;
            cursor: pointer;
            margin-left: 1vw;
        }
        .link-center a {
            color: white;
            font-size: 4vw;
            text-decoration: none;
        }
        .blog_image {
            width: 80vw;
            margin-left: 9vw;
        }
        .near-topic-link {
            text-decoration: none;
            margin-bottom: 4vh;
            font-size: 2vw;
          }
          
          .near-topic-link:hover {
            text-decoration: underline;
          }
          .topic-name {
            margin-top: 2vh;
            text-align: center;
            margin-bottom: 2vh;
        }
        .topic-name label {
            font-size: 3vw;
            font-weight: bold;
            color:#cc5e10;
        }
        #topic-select {
            padding: 1vw;
            font-size: 3vw;
            border:solid #ccc;
            background-color: #ccc;
            border-radius: 1vw;
            
        }
    
        .topic-link {
            text-align: left;
            margin-left: 0vw;
            margin-top: 2vh;
        }
        .topic-link ol,
        .topic-link ul {
            font-size: 2.5vw;
            text-decoration: none;
            color: black; /* Change the link color as needed */
            line-height: 5vh;
        }
        .dynamic-link {
            font-size: 2.5vw;
            text-decoration: none;
            color: black; /* Change the link color as needed */
            line-height: 5vh;
        }
    }

@media only screen and (max-width: 600px) {
    body {
        font-size: 3vw;
    }
    h2 {
        font-size: 4.5vw;
    }
    h3 {
        font-size: 4vw;
    }
    h4 {
        font-size: 3.5vw;
    }
    p {
        font-size: 3vw;
    }
    .content-container{
        display: block;
        width: 98vw;
        margin-left: 1vw;
    }
    .content-container ol,
    .content-container ul,
    .content-container p {
        font-size: 3.5vw;
        line-height: 4vh;
    }
    .link-center {
        background-color: #107ECC;
        padding: 1vh;
        margin: 1vh;
        border: none;
        border-radius: 0.4vw;
        cursor: pointer;
        margin-left: 1vw;
    }
    .link-center a {
        color: white;
        font-size: 4vw;
        text-decoration: none;
    }
    .blog_image {
        width: 80vw;
        margin-left: 9vw;
    }
    .near-topic-link {
        text-decoration: none;
        margin-bottom: 4vh;
        font-size: 3.5vw;
      }
      
      .near-topic-link:hover {
        text-decoration: underline;
      }
      .topic-name {
        margin-top: 2vh;
        text-align: center;
        margin-bottom: 2vh;
    }
    .topic-name label {
        font-size: 3.5vw;
        font-weight: bold;
        color:#cc5e10;
    }
    #topic-select {
        padding: 1vw;
        font-size: 3.5vw;
        border:solid #ccc;
        background-color: #ccc;
        border-radius: 1vw;
        
    }

    .topic-link {
        text-align: left;
        margin-left: 0vw;
        margin-top: 2vh;
    }
    .topic-link ol {
        font-size: 4vw;
        text-decoration: none;
        color: black; /* Change the link color as needed */
        line-height: 4vh;
    }
    .dynamic-link {
        font-size: 4vw;
        text-decoration: none;
        color: black; /* Change the link color as needed */
        line-height: 4vh;
    }
}