.bg2 {
    height: 100vh;
    width: 100vw;
    background: url("https://static.igem.wiki/teams/4115/wiki/starry3.svg") repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}

.bg1 {
    height: 100vh;
    width: 100vw;
    background: url("https://static.igem.wiki/teams/4115/wiki/starry-back.svg") repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
}

.bg3 {
    height: 100vh;
    width: 100vw;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}

.page-main-img {
    position: absolute;
    width: 100vw;
    top: 0;
}

.page-main-img img {
    position: absolute;
    width: 100%;
    top: 0;
}

.title {
    color: #fff;
    font-size: 10vw;
    margin-bottom: 10vh;
}

.pagecontainer {
    position: relative;
    justify-content: center;
    margin-top: 20vh;
    margin-left: min(100px, 5vw);
    margin-right: min(100px, 5vw);
}

.pagemainbody {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}



.pagecontent {
    background: rgb(255, 255, 255, 0.9);
    padding: 20px 3%;
    margin-right: 0;
    position: relative;
    overflow: hidden;
    max-width: 1500px;
    z-index: 0;
}



.pagecontent p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: justify;
    z-index: 1;
}

ol {
    font-size: 1.1em;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .pagecontent p {
        font-size: 1em;
        overflow-x: hidden;
    }

    ol {
        font-size: 1em;
    }

    ul {
        font-size: 1em;
    }
}

.img {
    text-align: center;
    margin-top: 3vh;
}

.imgsize2 img {
    width: 60%;
    max-width: 700px;
}

.img1 {
    text-align: center;
}


.img1 img {
    width: 80%;
    max-width: 600px;
}

.img img {
    width: 80%;
    max-width: 700px;
}

.imgall img {
    width: 100%;
}

.imgflex2 img {
    width: 40%;
}

.img div {
    display: inline-block;
    color: #000;
    padding: 2px;
    margin-top: 5px;
}

.formula {
    text-align: center;
}

.h {
    text-align: center;
}


.h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 3em;
    display: inline-block;
    border-bottom: #07A0DD;
    border-style: solid;
    border-width: 0 0 7px 0;
}


.h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.5em;
    display: inline-block;
    border-bottom: #68BFEA;
    border-style: solid;
    border-width: 0 0 5px 0;
}

.h3 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
    display: inline-block;
    border-bottom: #777777;
    border-style: solid;
    border-width: 0 0 3px 0;
}

.hr {
    height: 3px;
    width: 100%;
    margin: 100px 0 100px;
    background-color: #000;
}

.pagenav span {
    font-size: 2em;
    color: #fff;
}

.pagenav {
    height: 350px;
    width: 20%;
    max-width: 600px;
    min-width: 375px;
    background: #252839;
    position: sticky;
    top: 8vh;
    margin-right: 40px;
    padding: 30px 25px 30px 10px;
    font-size: 1.5em;
    line-height: 1.3;
}

.pagenav:hover {
    box-shadow: 2px 2px 15px rgb(167, 187, 214);
}

.pagenav ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pagenav ul li {
    position: relative;
    list-style: none;
}

.pagenav ul li a {
    position: relative;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.2em;
    color: transparent;
    overflow: hidden;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .5);
    /* border-left: 3px solid #fff */
}

.pagenav ul li a:hover {
    -webkit-text-stroke: 2px rgba(255, 255, 255, .5);
}

.pagenav ul li a::before {
    content: attr(data-text);
    position: absolute;
    color: var(--clr);
    width: 0;
    overflow: hidden;
    height: 1.3em;
    transition: 1s;
    border-right: 3px solid var(--clr);
    -webkit-text-stroke: 1px var(--clr);
    white-space: nowrap;
}

.pagenav ul li a:hover::before {
    width: 100%;
    filter: drop-shadow(0 0 25px var(--clr));
}


@media only screen and (max-width: 1400px) {
    .pagenav {
        display: none;
    }

    .pagecontent {
        width: 100%;
    }
}

table {
    width: 90%;
    background: #ccc;
    margin: 10px auto;
    border-collapse: collapse;
}

th,
td {
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0 10px 0 10px;
    border-left: 0px;
    border-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

th {
    background: #eee;
    font-weight: normal;
}

tr {
    background: #fff;
}

td:hover {
    background: rgb(195, 204, 224);
}

td a {
    color: #06f;
    text-decoration: none;
}

td a:hover {
    color: #06f;
    text-decoration: underline;
}

.attr-lag {
    width: 24px;
    height: 24px;
}

.attr-table {
    border: 3px solid #07A0DD;
    overflow-wrap: break-word;
}

.attr-table th {
    background-color: white;
    border: 0;
    top: 0;
    font-weight: 600;
}

.attr-table td {
    border-left: 0px;
    border-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.overflow {
    overflow: auto;
}

.headimgbox {
    width: 80%;
    display: flex;
    border: rgb(158, 172, 216);
    border-style: solid;
    border-radius: 20px;
    max-width: 1000px;
    padding: 5px;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
    .headimgbox {
        flex-direction: column;
    }
}

.headimgbox:hover {
    box-shadow: 5px 5px 15px #8692b8,
        -5px -5px 15px #b6c6f8;
}

.headimg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px;
    position: relative;
    flex-shrink: 0
}

.headimg img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.name {
    font-size: 1.2em;
}

.jog {
    font-weight: 100;
    font-style: oblique;
}

.headinfo {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.headbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.notebooktable td{
    text-align: left;
}