body{
    background-color:#0D1117;
    height:100%;
    width:100%;
    margin-top: 0px;
}
.header{
    width:100%;
    margin-top:0px;
    margin-left:0px;
    position:fixed;
    background-color: #0D1117;
    border: solid 1px #77787b;
    border-bottom: #686b70;
}
.visual{
     color: #c3d0e5; 
     font-weight: 600;
      font-size: 22px;
      height:55px;
     padding-right:15px;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.extra{
    color:#c3d0e5;
    text-decoration: none;
    padding: 6px 6px;
    font-size: 15px;
    height:30px;
    font-weight:500;
    font-size:17px;
    font-weight: 700;
    background-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.logo{
    height:28px;
    width:28px; 
    padding-right: 10px;
    
}
.search_input{
    color:white;
    margin-left : 25px;
    background-color:#0D1117;
    border: 1px#c3d0e5;
    border-radius: 5px;
    margin-right:20px;
    border-style:solid;
    border-radius: 15px 15px 15px 15px;
    border-color: #1c222aec;
    height: 30px;
    width:200px;
    padding-left:20px;
}
.downloadButton{
    background-color:#0078d4;
    padding: 8px 8px;
    color:#ffffff;
    border-radius: 15px 15px 15px 15px;
    height:40px;
    width:100px;
    font-weight: 300;
    font-size:medium;
}   
.moon{
    height:25px;
    width:25px;
    align-items: center;
    text-decoration: none  ;
}
.search{
    font-size:25px;
    padding-left:30px;
    
}
.info_1{
    color:#c3d0e5;
    font-size: 16px;
}
.heading_1{
    margin-top: -10px;
    font-size:80px;
    font-weight: 650;
    color:#c3d0e5;
    padding-top: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.heading_2{
    margin-top: -70px;
    font-size:80px;
    font-weight: 650;
    color:#c3d0e5;
    padding-top: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;   
}
/* .hero_frame{
    background-image: url("https://code.visualstudio.com/assets/home/hero-background.webp");
    height:800px;
    width:400px;
    position:relative;
} */
.download_1{
    background-color: #0078d4;
    margin-right: 12px;
    height:60px;
    width:380x;
    margin-top: -50px;
    padding:20px;
    border: solid 1px #0078d4;
    border-radius: 10px 10px 10px 10px;
    color:#c3d0e5;
    font-size:large;
    font-weight: 600;
}
.download_2{
    background-color:#242222c7;
    height:60px;
    border: solid 1px #9e9e9e;
    border-radius: 10px 10px 10px 10px;
    color:#c3d0e5;
    padding:20px;
    margin-top: -50px;
    font-size:large;
    font-weight: 600;

}
.link_1{
    color:#2a94e6cc;
    margin-top: -80px;;
}
.display_1{
    background-color: #40424661;
    padding:15px;
    border : 1px solid #c3d0e5;
    color:#c3d0e5;
    border-radius: 15px 15px 15px 15px;
    padding:0px 20px 30px 20px;
    width:500px;
}
.display_p{
    color:#9FB1D1;
}
.display_2{
    background-image: Url("https://code.visualstudio.com/assets/home/copilot-free-banner-bg-dark.webp");
    height:175px;
    width:80%;
    margin: 100px 0px 0px 100px;
}