html {
    font-family: "Lucida Sans", serif;
    font-size: 17px;
    line-height: 1;
    color: #190726;
    background-color: #18172e;
    background-image: url("");
    background-blend-mode: color-dodge;
    background-attachment: fixed;
    background-size: 100% 100%;
    scrollbar-base-color: black;
    scrollbar-color: #993462 #000000;
}

ul {
    padding-left: 0;
}
ul li {
    line-height: 1.5;
    list-style-position: inside;
}

a {
    color: #3e289a;
    text-decoration: none;
}

a:hover {
    color: #1c104d;
}

hr {
    height: 5px;
    background-color: #79b6d1;
    border-style: none;
}

.everything {
    margin-left: 10%;
    margin-right: 10%;
    border: 4px solid #9f4891;
    padding: 2%;
    background:
        linear-gradient(rgba(93, 108, 155, 0.68) 10%, rgba(255, 255, 255, 0) 20%),
        repeating-conic-gradient(#358ca9 0 25%, #65c5be 0 50%) 0% / 500px 500px;
    background-color: #669f9b;
}

.beginning {
    text-align: center;
    background-color: #bfe2e0;
    border-width: 5px;
    border-color: #79b6d1;
    border-style: solid;
    margin-right: 15%;
    margin-left: 15%;
    margin-bottom: 2%;
}

.beginning h2 {
    background: -webkit-linear-gradient(#030840, #7e4ca2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Options {
    text-align: center;
}

.example-row img {
    width: 90%;
    padding: 1%;
    transition: transform 0.2s;
}

.example-row img:hover {
    transform: scale(1.13);
    filter: drop-shadow(0 0 0.25rem #000000);
}

.example-row {
    display: flex;
    align-items: center;
    background-image: linear-gradient(#bfe2e0 50%, #79b6d1 90%);
}

.img3d {
    padding: 5px;
}

.iconimgs {
    padding: 1px;
}

.illuimgs {
    padding: 2px;
}

.comm_example {
    background-color: #bfe2e0;
    border-width: 5px;
    border-color: #79b6d1;
    border-style: solid;
}

.comm_example h2 {
    background: -webkit-linear-gradient(#030840, #7e4ca2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.small_text {
    font-size: 15px;
}
