body {
    text-align: center;
    font-family: sans-serif;
    font-weight: 550;
    color: #434eaa;
    margin: 0px;
    background-color: transparent;
}

.container {
    width:525px;
    background: linear-gradient(to right, rgb(173, 206, 234), rgb(218, 255, 255)7.5%, rgb(255, 255, 255) 27.5%, rgb(255, 255, 255) 72.5%, rgb(218, 255, 255)92.5%, rgb(173, 206, 234));
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgba(107, 132, 165, 1) rgba(139, 168, 197, 1) rgba(139, 168, 197, 0.75) rgba(107, 132, 165, 1);
    box-shadow: 1px 1px 6px 1px rgb(107, 132, 165) inset;
    filter: drop-shadow(-1.5px -1.5px 1.5px rgba(52, 89, 152, 0.6)) drop-shadow(1.5px 1.5px 1.5px rgb(184, 235, 255));
    margin-left: 20px;
    margin-top: 4px;
}

.content {
    scrollbar-color: #3c5c9c transparent;
    overflow-y: scroll;
    height:462px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 8px 0px 8px 8px;
}

.content>p{
    padding-right:8px;
}

.content>ul{
    padding-right:24px;
}


.sim {
  width: 152px; 
  text-align: center;
  border: 1px solid #5c8ed4;
  background-image: linear-gradient(to bottom, #cfe7fc, #8bbcec);
  border-radius: 9px;
  overflow: clip;
  box-shadow: 0px 0px 8px 3px rgba(52.2,65.9,94.1,0.25) inset;
}