.main {
			height: auto;
			width: 685px;
			border: 5px ridge;
			border-color: black;
			color: white;
			padding: 40px;
			text-align: center;
			overflow:auto;
		}
ul {
    display: block;
    list-style-type: none;
    margin-top: 3px;
    margin-bottom: 3px;
    unicode-bidi: isolate;
}

.container {
     display: flex;
  justify-content: center;
  align-items: center;
}

h3 {
    color: #cfbfff;
    text-decoration: underline;
    
}

h2 {
    color:#cfbfff;
}

.Desc {
			height: auto;
			width: 685px;
			border: 5px ridge;
			border-color: black;
			color: #cfbfff;
			padding: 40px;
			text-align: center;
			overflow:auto;
            margin-bottom: 15px;
           background-color: black;
		}