.wheel {
    border-radius: 50%;
    width: 10vh;
    height: 10vh;
    border-style: solid;
    border-width: 1vh;
    position: absolute;
    bottom: 0%;
    background-image: linear-gradient(90deg, rgb(30, 23, 147) 0%, rgb(5, 0, 88) 100%);
}

.car-body {
    position: absolute;
    width: 100%;
    height: 9vh;
    bottom: 30%;
    border-top-left-radius: 50%;
    border-left: 1vh solid rgba(0, 8, 101, 0.73);
    background-image: linear-gradient(90deg, rgba(129, 29, 29, 255) 0%, rgb(102, 10, 10) 100%);
}

.car-door {
    width: 20%;
    height: 100%;
    transform: skew(-38deg);
    position: absolute;
    left: 50%;
    background-image: linear-gradient(90deg, rgb(5, 0, 49) 0%, rgb(7, 0, 70) 100%);
}

.blood-cell-1 {
    position: absolute;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    background-color: #740000;
    border: 4vw solid #870b0b;
    box-shadow: inset 0vw 0vw 2vw 1vw rgba(0, 0, 0, 0.41) , 0vw 0vw 1vw rgba(27, 0, 0, 0.42);
}

header {
    width: 100%;
    height: 80vw;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-image: radial-gradient(circle at center, rgb(61, 0, 0) 0%, rgb(29, 13, 0) 100%);
    left: 0vw;
    top: 0vw;
}

h2 {
    font-family: 'Sora', sans-serif;
    font-size: 8vw;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 1vw;
    color: #3b0000;
}

section {
    border-width: 4vw;
    border-style: solid;
    padding: 3%;
    width: 100%;
    overflow: hidden;
}

p {
    font-family: 'ABeeZee', sans-serif;
    font-size: 4vw;
    text-align: center;
    color: #270000;
}

.sperm-cell {
    position: absolute;
    width: 30vw;
    height: 6vw;
}

.sperm-cell-head {
    width: 35%;
    position: absolute;
    height: 100%;
    background-color: #6d4d92;
    border-radius: 50%;
    z-index: 2;
}

.sperm-cell-nucleus {
    width: 30%;
    height: 40%;
    background-color: #420000;
    border-radius: 50%;
    position: absolute;
    left: 28%;
    top: 19%;
}

.sperm-cell-tail {
    position: absolute;
    width: 70%;
    height: 40%;
    background-color: #5b3c7e;
    border-top-right-radius: 50%;
    left: 33%;
    top: 30%;
}

.skin-cell {
    position: absolute;
    background-color: rgba(162, 146, 64, 0.98);
    width: 30vw;
    height: 20vw;
    border-radius: 30% 21vw 3vw 50%;
    border: 1vw solid #646100;
}

.mitochondria {
    width: 2%;
    height: 3%;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
}

.pointing-line {
    position: absolute;
    height: 2px;
    background-color: #000000;
    z-index: 2;
}

.plant-cell {
    position: absolute;
    width: 38%;
    height: 60%;
    background-color: #377716;
    bottom: 19vw;
    right: 7%;
    box-shadow: 0vw 0vw 0vw 0.2vw #980000;
    border: 0.4vw solid #1a006f;
}

.vacule {
    position: absolute;
    width: 60%;
    height: 70%;
    background-color: #babc30;
    margin-left: 50%;
    left: -30%;
    top: 16%;
    border-radius: 10% 3vw 9vw 9%;
}

.mitochondria-holder {
    position: absolute;
    width: 70%;
    height: 100%;
}

.nucleus {
    position: absolute;
    width: 23%;
    height: 10%;
    background-color: #573700;
    border-radius: 50%;
    right: 8%;
    top: 4%;
}

.ribosomes {
    background-color: #0004a9;
    width: 3%;
    height: 5%;
    position: absolute;
}

.chloroplast {
    position: absolute;
    background-color: #3bc332;
    border-radius: 50%;
    width: 7%;
    height: 3%;
    z-index: 3;
}

a {
    color: #000555;
    text-decoration: underline;
}

.nerve-cell {
    width: 80%;
    height: 34%;
    margin-left: 50%;
    position: absolute;
    left: -40%;
    top: 40%;
}

.nerve-cell-body {
    width: 80%;
    height: 1vw;
    background-color: #4f0647;
    position: absolute;
    left: -40%;
    margin-left: 50%;
    margin-top: 12%;
}

.nerve-connection-holder {
    width: 17vw;
    height: 17vw;
    position: absolute;
}

.connection-ball {
    width: 10vw;
    height: 10vw;
    background-color: #3f0538;
    border-radius: 50%;
    margin-top: 21%;
    margin-left: 21%;
    position: absolute;
    z-index: 1;
}

.nerve-cell-conection {
    position: absolute;
    width: 10vw;
    height: 2vw;
    background-color: #840a1b;
    border-bottom-left-radius: 50%;
}

.root-hair-cell {
    position: absolute;
    width: 20vw;
    height: 30vw;
    right: 10%;
}

.root-hair-cell-body {
    position: absolute;
    border-top-left-radius: 50%;
    width: 10%;
    height: 70%;
    left: 44%;
    box-shadow: 0vw -1vw 0vw 1vw #503304 , inset 0vw 1vw 0.3vw 0.2vw #421f03;
    z-index: 1;
    top: 0.5vw;
    border-top: 0.5vw solid #2d1b00;
    border-left: 0.5vw solid #2d1b00;
    border-right: 0.5vw solid #2d1b00;
    border-style: solid;
    border-top-color: #2d1b00;
    border-left-color: #2d1b00;
    border-right-color: #2d1b00;
    border-bottom-color: #000000;
    background-color: rgba(160, 164, 138, 0.74);
}

.root-hair-cell-vacule {
    background-color: rgba(160, 164, 138, 0.74);
    width: 80%;
    height: 80%;
    border-radius: 1vw;
    margin-left: 50%;
    position: absolute;
    left: -40%;
}

.root-hair-cell-large-surface {
    height: 30%;
    width: 70%;
    background-color: #3d1d03;
    position: absolute;
    border-radius: 1vw;
    left: 15%;
    bottom: 0%;
    box-shadow: 0vw 0vw 0vw 1vw #503304;
    border: 0.5vw solid #2d1b00;
}

.root-hair-cell-nucleus {
    position: absolute;
    width: 2vw;
    height: 1.3vw;
    background-color: #69460e;
    border-radius: 50%;
    bottom: 2%;
    right: 4%;
}

.muscle-cell {
    position: absolute;
    background-color: #9b3b09;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border: 0.6vw solid #4c1905;
}

.muscle-cell-nucleus {
    width: 9vw;
    height: 7vw;
    background-color: #4b1600;
    border-radius: 50%;
    transform: skew(-38deg);
    left: 40%;
    position: absolute;
    top: 30%;
}

.muscle-cell-mitochondria-holder {
    position: absolute;
    width: 11vw;
    height: 5vw;
}

.muscle-cell-mitochondria {
    width: 1vw;
    height: 1vw;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
}

.nerve-cell-nucleus {
    width: 4vw;
    height: 4vw;
    background-color: #17007f;
    border-radius: 50%;
    position: absolute;
    left: 3vw;
    top: 3vw;
}

.muscle-cell-ribosome {
    position: absolute;
    width: 2vw;
    height: 2vw;
    background-color: #15008a;
}

a:hover {
    color: #850000;
}

.more-by-ben-div {
    width: 25vw;
    height: 20vw;
    border: 1vw solid #cfcfcf;
    border-radius: 1vw;
    display: inline-block;
    margin-left: 2.7vw;
    margin-top: 3vw;
}

.more-by-ben-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}