/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100&display=swap'); */

#container-main {
    display: flex;
}

#main {
    flex: 1;
    background-color: hsl(176, 100%, 97%);
    padding: 20px;
    padding: 2rem;
    margin-top: 25px;
    font-family: Verdana, sans-serif;
    letter-spacing: 0px;
    color: #181717;
    font-size: 15px;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: normal;
  
}
@media screen and (max-width: 768px) {
    #main{
        background-color: white;
        font-size: 14px;
    }
}

#aside-left,
#aside-right {
    width: 340px;
    background-color: rgb(255, 255, 255);
    padding-top: 2rem;
    margin-top: 10px;
   
   
    
}

@media (max-width: 768px) {
    #container-main {
        flex-direction: column;
        
    }

    #aside-left{
        display: none;
        width: 300px;

       

    }
  

    #main {
        order: -1;
    }
    

    #aside-right {
        width: 100%;
      
    }
}

.topics li a {
    background-color: rgb(255, 255, 255);
    width: 30px;
    height: 20px;
    border: 1px solid rgb(212, 208, 208);
    border-radius: 12px;
    padding: 4px;
    line-height: 3rem;
    box-shadow: 1px 2px 10px rgb(179, 176, 176);
}

.topics a {
    color: rgb(3, 3, 3);
    line-height: 2.5rem;
    font-size: medium;
    font-weight: 400;
    background-color: rgb(255, 255, 255);

}

.topics a:hover {
    color: red;
}
/* Default styles for larger screens */
.main-img {
width: 20%;
float: right;
padding: 15px;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
 .main-img {
text-align: center;
align-items: center;
width: 100%; /* Make the image take full width */
float: none; /* Remove the float */
margin-top: 15px; /* Add some top margin for spacing */
}
}
.text-1 {
text-align: justify;
margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
.text-1{

margin-bottom: 12px;
}
}
.html-code{
background-color: rgb(218, 252, 208);
color: rgb(6, 81, 243);
font-weight: 500;
font-size: 14px;
}
@media screen and (max-width: 768px) {
    .html-code{
        font-size: 12px;
    }
}


.ul-style ul {
    color: #474646;
     margin-bottom: 0.6rem;
}
/* for all style end  */



/* right side style */


.aside-notes{
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    margin: 1rem;
    border-radius: 12px;
    box-shadow: 2px 4px 10px rgb(190, 185, 185);
   
}

@media screen and (max-width: 768px) {
    .aside-notes{
        margin: 3rem;
    }
  
    
}
.aside-tutorial{
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    margin: 1rem;
    margin-top: 3rem;
    border-radius: 12px;
    box-shadow: 2px 4px 10px rgb(190, 185, 185);
    
}
.aside-tutorial ul {
    list-style-type: none;
    text-align: justify;
    color: rgb(48, 43, 43);
   
}
@media screen and (max-width: 768px) {
    .aside-tutorial{
        margin: 3rem;
    }
}
.aside-quick-link{
    border-radius: 12px;
    box-shadow: 2px 4px 10px rgb(192, 189, 189);
    background-color: rgb(235, 243, 243); 
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 20px;
}

.aisde-projects{
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    margin: 1rem;
    margin-top: 3rem;
    border-radius: 12px;
    box-shadow: 2px 4px 10px rgb(190, 185, 185);
    
}
.project-img{
    border-radius: 12px;
    box-shadow: 2px 4px 10px rgb(190, 185, 185);
    background-color: rgb(255, 255, 255);



}
.aisde-projects img{
 margin-top: 1rem;


 
}
@media screen and (max-width: 768px) {
    .aisde-projects{
        margin: 3rem;
    }
}

.main-next-pre{
    display: flex;
    justify-content: space-between;
    margin:  30px;
}
.next-btn{
    padding:3px 18px;
    border-radius: 12px;
    border: 1px solid rgb(101, 91, 184);
    background-color: rgb(0, 195, 255);
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.pre-btn{
    padding:3px 19px;
    border-radius: 12px;
    border: 1px solid rgb(0, 162, 255);
    background-color: rgb(0, 252, 105);
    color: white;
    font-size: 18px;
    font-weight: 600; 
}
