body {
	padding: 10px;
	font-family: 'MS PGothic', sans-serif;
	color: #241344;
	position: static;
}

body::selection {
    background: #d0e2c2;
    color: #241344;
}

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #241344;
  text-decoration-style: dotted;
}
a:hover{
  font-style: italic;
}

ul {
  margin: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

.container {
  position: static;
  width: 750px;
  border: 1.5px solid #241344;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  z-index: 20;
  background: #fff;
}

::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #d0e2c2;
}

.top {
  display: flex;
  position: relative;
  z-index: 1;
}

.header1 {
  width: 100%;
  height: 200px;
  padding: 5px;
  border: 1.5px solid #241344;
  background: url('img/cgp2.jpg');
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 5px;
}

.top2 {
  display: flex;
  position: relative;
  z-index: 1;
}

.p1 {
  background: #d0e2c2;
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 470px;
}

.p2 {
  font-size: 10.5px;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.top3 {
  display: flex;
  position: relative;
  z-index: 1;
}

.section1 {
  width: 750px;
  height: 500px;
  border: 1.5px solid #241344;
  position: relative;
  padding: 5px;
  overflow-x: scroll;
  margin: 5px;
}

.p3 {
  font-size: 25px;
  background: #d0e2c2;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  width: 245px;
  text-align: center;
}

.section3 {
  font-size: 15px;
  padding: 5px;
  text-align: left;
  margin: 5px;
  overflow-wrap: break-word;
}

.section2 {
  font-size: 13px;
  padding: 5px;
  width: 455px;
  text-align: left;
  margin: 5px;
  float: right;
}

.p5 {
  font-size: 10px;
   display: flex;
   padding-top: 3px;
}

.section4 {
  display: flex;
}