.img1 {
    opacity: .6;
}

.img2 {
    border-width: 6px;
    border-style: solid;
    border-image-source: linear-gradient(rgb(53, 52, 65), rgb(44, 43, 63));
    border-image-slice: fill 1;
}

.home {
    background-color: rgb(100, 78, 208);
    border-radius: 8px;
    text-align: center;
    padding: 2px 10px;
        margin: 0px 10px;
        color: rgb(0, 0, 0);
            
}

.project {
    background-color: rgb(100, 78, 208);
    border-radius: 8px;
    text-align: center;
    padding: 2px 10px;
        margin: 0px 10px;
        color: rgb(0, 0, 0);
}

.aboutme {
    background-color: rgb(100, 78, 208);
    border-radius: 8px;
    text-align: center;
    padding: 2px 10px;
        margin: 0px 10px;
        color: rgb(152, 73, 108);
}

.maintext {
    color: snow;
}

.outlined {
    color: rgb(45, 7, 50);
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
    font-weight: bold;
}

.filler2 {
    background-color: rgb(166, 159, 221);
        color: rgb(0, 0, 0);
            text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.carousel-inner {
    border-width: 0px;
    border-style: solid;
    border-image-source: linear-gradient(rgb(35, 15, 44)
    );
    border-image-slice: fill 1;
}

.navbar {
    border-width: 10px;
    border-style: solid;
    border-image-source: linear-gradient(rgb(14, 14, 18));
    border-image-slice: fill 1;
}

.border1 {
    border-width: 10px 0px;
    border-style: solid;
    border-image-source: linear-gradient(rgb(53, 52, 65));
    border-image-slice: fill 1;
}

.icon {
    width: 30px;
    height: 30px;
}

.border2 {
    border-width: 10px 0px;
    border-style: solid;
    border-image-source: linear-gradient(rgb(23, 22, 30));
    border-image-slice: fill 1;

}

.bg2 {
    border-width:0px;
    border-style: solid;
    border-image-source: linear-gradient(rgb(14, 14, 18), rgb(38, 34, 49));
    border-image-slice: fill 1;
}

.cardimg {
    width: 28rem;
    align-self: center;
}

.cardimg2 {
    width: 28rem;
    height: 15rem;
    align-self: center;
}

.buttoncol {
background-color: rgb(100, 78, 208);
outline-color: rgb(68, 47, 173) ;
}