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;
}

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;
}

.top {
  display: flex;
  position: relative;
  z-index: 1;
}

.header1 {
  width: 70%;
  height: 150px;
  padding: 5px;
  border: 1.5px solid #241344;
  background: url('img/sky1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 5px;
  font-size: 21px;
  color: #fff;
}

.section1 {
  width: 30%;
  height: 150px;
  border: 1.5px solid #241344;
  position: relative;
  padding: 5px;
  overflow: auto;
  text-align: left;
  margin: 5px;
}

.p1{
  font-size: 21px;
  background: #42a3e8;
  margin-top: 0px;
  margin-bottom: 0px;
}

.middle {
  display: flex;
  position: relative;
  z-index: 1;
}

.section2 {
  width: 30%;
  height: 110px;
  border: 1.5px solid #241344;
  position: relative;
  padding: 5px;
  overflow: auto;
  text-align: left;
  float: left;
  margin: 5px;
}

.p3{
  font-size: 21px;
  background: #42a3e8;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section3 {
  width: 100%;
  height: 500px;
  border: 1.5px solid #241344;
  position: relative;
  padding: 5px;
  overflow: auto;
  text-align: left;
  float: left;
  margin: 5px;
}

.p4 {
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  text-align: center;
}

::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #d0e2c2;
}