html {
    height: 100%;
    margin: auto;
    overflow: scroll;
    cursor: url(cursor.gif), default;
}

.background {
    background-image: url('interesting.gif');
    background-position: center;
    background-size: cover;
    overflow:hidden;
}

.back {
    color: rgb(121, 252, 94);
    font-family:cursive;
    background-color: rgb(15, 16, 13);
    padding-inline: 20px;
    border-radius: 8px;
}

.h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    background-color: burlywood;
    border-radius: 4px;
    border: 4px inset rgb(121, 252, 94);
    padding-block: 12px;
}

.h1 {
    text-align: center;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 2px 2px #d0ff00;
}

.p1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    width:250px;
    color:white;
    background-color: black;
    padding: 12px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.list-item {
    font-size: 18px;
    font-style: italic;
    color: white;
    padding: 2px;
    text-align: center;
    background-color:gray;
}

.details {
    margin-top: 12px;
    text-align: right;
    margin-right: 12px;
    color: white;

}

.question {
    color: white;
}