.absolute_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-bottom: auto;
    width: 15%;
    height: 15%
}

body {
    font-family: "Segoe UI";
    color: #dedede
}

.silly_lizard_bottom {
    position: fixed;
    bottom: 0;
    left: 0;

    display: block;
    width: 100%;
    height: 5%;

    background-color: rgba(10,10,15,0.6);
    border-top: solid #000000 2px;
}

.silly_lizard_div {
    margin-left: 1%;
    position: absolute;
    transform: translateY(-50%);
    top:50%;
}
