html {
    background-color: black;
    color: aliceblue;
}
body {
   background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 110%), url("greywood.jpg");
}
ul {
    list-style-type: lower-latin;
    margin: 10px;
    padding: 10px;
    display: inline-block;
}
li {
    display: inline;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 15px;
    box-sizing: 100;
    border-block-color: rgb(38, 0, 128);
}
li a {
    
    
}
li a:hover {
    background-color: navy;
    opacity: .80;
}
#rcorners1 {
    border-radius:25px, 50px, 30px, 5px;
    background: #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
}

.mydiv {
    background-color: darkslategrey;
    width: fit-content;
    padding: 15px, 20px;
    min-width: 300px;
    min-height: 200px;
}
.rounddivL {
    border-radius: 10px;
    background-color: darkslategrey;
    width: 45%;
    text-align: left;
}
.rounddivR {
    border-radius: 10px;
    background-color: darkslategrey;
    margin: auto;
    width: 45%;
    text-align: right;
}
h1 {
    margin-top: 5%;
    z-index: 1;
}
p {
    z-index: 2;
}
.navbar-menu {
    background-color: slategray;
    border-radius: 0px 0px 15px 15px;
}