body {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    overflow-y: overlay;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 200px;
    margin: 50px 0px 0px 0px;
    line-height: 150px;
}

h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    margin: 20px 0px 20px 0px;
}

p {
    font-family: "Times New Roman", Times, serif;
}

textarea {
    font-family: "Times New Roman", Times, serif;
}

table {
    margin-left: auto;
    margin-right: auto;
}

tr,
td {
    padding: 0px 0px 0px 0px;
}

#background {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -50;
    position: fixed;
}

#bottom {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background: transparent;
}

.flex-cell:hover {
    background: rgb(255, 255, 255);
    transition: all 0.3s linear;
    cursor: pointer;
    width: 24vw;
    height: 24vw;
    margin: 0vw;
}

.flex-cell {
    width: 20vw;
    height: 20vw;
    margin: 2vw;
    border-radius: 25px;
    border: 2px solid rgb(234, 255, 255);
    padding: 2vw;
    background: rgba(255, 255, 255, 0);
    transition: all 1s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-cell a {
    color: #FFF;
    transition: all 1s linear;
}

.flex-cell:hover a {
    transition: all 0.3s linear;
    color: #000;
}

#flex-wrap {
    display: flex;
    margin: auto;
    width: 70%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.table-cell-link {
    width: 18vw;
    font-size: 3vw;
    text-align: center;
    text-decoration: none;

    text-shadow: 0 0 10px #e60073;
}

.hideme {
    position: absolute;
    opacity: 1;
}

.tree {
    margin: 0px 0px 0px 0px;
    z-index: 10;
}

#tree0 {
    right: 0px;
    width: 50%;
}

#tree1 {
    left: 0px;
    width: 50%;
}

#tree2 {
    left: 0px;
    width: 30%;
}

#tree3 {
    right: 0px;
    width: 30%;
}

#forest {
    z-index: 5;
    position: absolute;
    left: 0;
    width: 100%;
}

.cloud {
    z-index: -15;
    position: absolute;
    margin: 0px 0px 0px 0px;
    height: 5%;
    opacity: 0.2;
    top: 0;
    left: 0;
    filter: invert(100%);
}

.birds {
    z-index: 15;
    position: absolute;
    margin: 0px 0px 0px 0px;
    height: 3%;
    opacity: 0.8;
    top: 0;
    left: 0;
    filter: invert(100%);
}

#sky {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: rgba(243, 105, 105, 0.0);
    position: absolute;
    overflow: hidden;
}

#milky {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 120%;
    transform: rotate(-30deg);
}

#policy {
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    z-index: -150;
    background: transparent url('img/scrollbar.png') repeat !important;
}

::-webkit-scrollbar-track-piece:start {
    background: transparent url('img/scrollbar.png') repeat !important;
}

::-webkit-scrollbar-track-piece:end {
    background: transparent url('img/scrollbar.png') repeat !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(101, 101, 101, 0.351);
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9b9b9b90;
}