.bg-page-v{
    background-color: rgb(6, 24, 100);
    padding: 2rem 0;
    margin: 16rem 0 6rem 0;
}

.bg-page-v h1{
    font-size: 4rem;
    color: white;
    font-weight: 400;
}

header h2{
    font-size: 2.5rem;
}

li{
    font-size: 2rem;
}

.oxygen-link{
    color: black;
    text-decoration: none;
    font-size: 2.4rem;
}
.oxygen-link:hover{
    color: rgb(6, 24, 100);
    cursor: pointer;
    text-decoration: underline;
}

.oxygen-color{
    color: rgb(6, 24, 100);
    font-weight: 700;
    letter-spacing: .2rem;
}

.table-bg{
    background-color: rgb(6, 24, 100);
    color: white;
}

/* Table */
.start-table-border{
    border-right: .1rem solid black;
    border-left: .1rem solid black;
    border-bottom: .1rem solid black;
}
.table-border{
    border-right: .1rem solid black;
    border-left: .1rem solid black;
    border-bottom: .1rem solid black;
}
.table-rotation{
    font-size: 3rem;
    font-weight: 900;
    font-family: 'Josefin Sans', sans-serif;
}

.human-infos{
    -webkit-box-shadow: 8px 8px 24px -16px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px -16px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px -16px rgba(66, 68, 90, 1);
    border-radius: 2rem;
    transition: ease-in-out .6s;
}
.human-infos:link, .human-infos:hover{
    transform: scale(1.05);
}


/* Statute CSS */
.statute-text{
    font-size: 1.5rem;
}

.table-width-first{
    width: 10%;
}

.table-width-third{
    width: 20%;
}