*{
    padding: 0;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
                #sidebar{
                    width: 19vw;
                    height: 98vh;
                    position: fixed;
                    top: 0px;
                    left: 0px;
                }

                #logo{
                    height: 25vh;
                }
                #logo>img{
                    width: 100%;
                    margin-top: 20px;
                }
                #menu{
                    display: flex;
                    flex-direction:column;
                    justify-content: space-around;
                    height: 55vh;
                    align-items: center;
                }
                #profile{
                    display: flex;
                    justify-content: center;
                    height: 9vh;
                }
                #socials{
                    display: flex;
                    justify-content: space-around;
                    height: 9vh;
                }
                .dropdown {
                    position: relative;
                }
                
                .dropdown-content {
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 100%;
                }
                
                .dropdown:hover .dropdown-content {
                    display: block;
                }
                
                .dropdown-content a {
                    padding: 10px 20px;
                    display: block;
                    text-decoration: none;
                    color: #000;
                }
#main{
    border-left: 2px solid rgb(173, 169, 169);
    height: 100%;
    margin-left: 20vw;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    z-index: -1;
}
.prebuild{
    
    height: 68vh;
    width: 23vw;
    margin-top: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.imagepre{
    width: 100%;
    background-color: rgb(227, 222, 222);
    
}
    
.prebuild h3{
    margin-top: 2vh;
    
}

.buy_button{
    
    width: 8vw;
    height: 5vh;
    margin-top: 3vh;
    border-radius: 20px;
z-index: 21;
    
}
.prebuild a {
z-index: 20;


}
#header{
    margin-left:20vw ;
    height: 20vh;
    display: flex;
    align-items: center;
}
.bar{
    font-size: 1.8em;
    font-weight: bolder;
}
a{
    text-decoration: none;
    color: black;
}

.custom_header{
    font-weight: 100;
    margin-left: 4px;
    color: gray;
}

.pre_info{
    
   
    height: 47vh;
    width: 23vw;
    margin-top: 2vh;
    background-color: rgba(0, 0, 0, 0.884);
    z-index: 5;
    margin-bottom: 21vh;
    opacity: 0%;
    transition: 300ms;
    color: rgba(255, 255, 255, 0.795);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    
}
.pre_info >p {
    margin: 0px 10px;
    
}

.pre_info:hover{
    opacity: 100%;

}
.info_container{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 20vh;
    
    height: 100%;
    margin-left: 20vw;
    justify-content: space-around;
    flex-wrap: wrap;

}

.buy_button:hover{
    cursor: pointer;
}
