html{
    width: 80%;
    background-color: wheat;
    margin: auto;
    display: block;
}
h1{
    text-align: center;
    border: 1px solid coral;
    width: 90%;
    background-color: antiquewhite;
    padding: 10px;
}
#wrapper{
    display: grid;
    grid-template-rows: 30px auto auto;
    grid-template-columns: 75% 25%;
    grid-gap: 10px;
}
#ul0{

    text-align: center;
    border: red 1px solid;
    background-color: darkkhaki;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
//border: black 1px solid;
    display: inline-block;
}
.list{
    font-weight: 600;
    //word-wrap: break-word;
    text-overflow: ellipsis;

    font-size: 1.2em;
    cursor: pointer;
    color: deeppink;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    //display: inline-block;
    text-align: center;
    padding: 10px;
    text-underline: none;
    text-decoration: none;
    //border: black 1px solid;
    width: 50%;
    position: relative;
    left: -30px;



}

.box01{
    font-size: 21px;

}
#box1{
    background-color: beige;
    //display: block;
    border: 1px black solid;
    grid-column: 1/2;
    margin: auto;
    padding: 10px;
    width: 90%;
}
#box2{
    grid-column: 2/3;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    //border: black 1px solid;
    width: 90%;.
}
h2{
    text-align: center;
}
span{
    font-family:"Arial Black", serif;
}
.encloser01{
    font-size: 21px;
}

.code{
    background-color: rgba(91, 91, 91, 0.36);
    color:black;
    padding: 10px ;
    margin-top: 10px;
    font-size: 1rem;
    //word-wrap: break-word;
    overflow:hidden;

    display: block;
    text-align: left;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}
a{
    text-decoration: none;
    color: deeppink;
}
