
  @import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap');

body {
    font-family: "Anonymous Pro", monospace;
     background: rgb(233,136,0);
background-color:#282F44;
    width=100%;
    height=100%;
    color:#282F44;
    text-align:center;
}
svg{
    vertical-align:middle;
}
.term-main {
    
 background: #F5D061;
    border-radius: 30px;
    height:min-content;
    width:90%;
    max-width:1000px;
    text-align: center;
    align-self: center;
    align-content: center;
    margin:auto;
    margin-top: 3%;
    margin-bottom: 3%;
    padding:0px;
}

.term-topbar {
    border-radius: inherit;
    padding: 15px 40px 15px 40px;
    height: min-content;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #E6AF2E;
    text-align: left;
    font-size: 150%;
    vertical-align: middle;
}
.term-body {
    padding: 15px 10%;
    text-align: justify;
}

ul{
padding-left:10px;
}

li {
    padding-left:50px;
    padding-top:10px;
    background-image: url("RubberDuck.png");
    background-repeat: no-repeat;
    background-size: 40px;
    list-style:none;
    background-position:0em;
}

footer {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    border-radius:30px;
    padding: 15px;
    width: max-content;
    background-color: #ECECEC;
    vertical-align:middle;
}
