body {
    background-color:#000000;
    background-image:url(/biblio/img1438.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    color:#ff429d;
    font-family: monospace;
}

div {
   width:1000px;
   height:900px;
   background-color:rgba(255, 255, 255, 0.5);
   border-radius: 25px;
}

h1 {
   font-size:30px;
   margin:auto;
   width:fit-content;
   padding:10px;
   border-radius: 25px;
   border-block:solid;
   border-block-end-style: dotted;
   border-block-end-width: thick;
   border-block-start: dotted;
   border-block-start-width: thick;
}

h2 {
    font-size:20px;
    margin-left:40px;
}

ul {
    font-size:18px;
}

a {
    color:#ff429d
}