:root{
    --main-color: #5b77d6c0;
}
div div div{
  border-radius: 25px;
  border: 5px solid #73AD21;
  padding: 20px;
  height: auto;
  display:inline-block;
  width: 70%;
  text-align: left;
}

div div{
  text-align: center;
}

body{
    background: var(--main-color);
    font-family: Trebuchet MS, serif;
}

.innerContents{
    border-radius: 25px;
    position: absolute;
    top: 9%;
    bottom: 7%;
    height: auto;
    right: 2%;
    background: #fff;
    width: 96%;
    overflow: hidden;
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
	overflow: auto;
}
