body {
    height: 95vh;
    display: block;
    padding: 5px;
    font-family: 'MS PGothic', sans-serif;
    background-color: #000000;
    opacity: 1;
    background-image: url("./assets/stars.gif")
    }

#cons {
    display: block;
    vertical-align: top;
    text-align: center;
    /* text-align: center;
    justify-content: center;
    display: flex;
    flex-flow: column; */
}

#context {
    color: rgb(255, 227, 72);
    text-shadow: 1px 1px#040518;
    text-align: center;
}

#back-button {
    position: fixed;
    bottom: 25px;
    right: 50%;
}

#pretty {
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}