body {
	padding: 10px;
	font-family: 'MS PGothic', sans-serif;
	color: #241344;
}

body::selection {
    background: #d0e2c2;
    color: #241344;
}

a {
  color: #241344;
  text-decoration-style: dotted;
}
a:hover{
  font-style: italic;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.container {
  width: 750px;
  border: 1.5px solid #241344;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.top {
  display: flex;
}

.header1 {
  width: 70%;
  height: 150px;
  padding: 5px;
  border: 1.5px solid #241344;
  background: url('img/flower2.jpg');
  background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin: 5px;
}

.section1 {
  width: 30%;
  height: 150px;
  border: 1.5px solid #241344;
  position: relative;
  padding: 5px;
  overflow: auto;
  text-align: left;
  margin: 5px;
}

.p1 {
  font-size: 20px;
  background: #afc477;
  margin-top: 0px;
  margin-bottom: 0px;
  position: sticky;
  top: 0px;
}

.p2 {
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
}

.p3 {
  font-size: 20px;
  background: #afc477;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.p4 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.middle {
  display: flex;
}

.section2 {
  width: 30%;
  height: 550px;
  padding: 5px 5px 5px 5px;
  border: 1.5px solid #241344;
  margin: 5px;
  overflow: visible;
  overflow: auto;
}

.section3 {
  width: 40%;
  height: 550px;
  padding: 5px 5px 5px 5px;
  border: 1.5px solid #241344;
  margin: 5px;
  overflow: visible;
  overflow: auto;
}

.section4 {
  width: 30%;
  height: 550px;
  padding: 5px 5px 5px 5px;
  border: 1.5px solid #241344;
  margin: 5px;
  overflow: visible;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #d0e2c2;
}