@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
}

.hover-area {
  color: white;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.menu {
  display: none;
  background-color: #00D2BE;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10;
  justify-content: space-between;
}

.menu-item {
  padding: 15px;
  color: white;
  text-decoration: none;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.menu-item:hover {
  background-color: #444;
}
.hover-area:hover + .menu,
.menu:hover {
  display: flex;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
h1 {
    text-align: left;
    margin: 10px;
    padding-right: 20px;
}
a {
    color:black;
    font-size:22px;
    text-align: left;
    display: block;
    text-decoration: none;
    padding-right: 20px;
}
a.current-page {
    text-decoration:underline;
    padding-right: 20px;
}
p {
    font-size: 19px;
    padding-right: 20px;
}
.section {
    background-color:#FF87BC;
	width:49%;
	height:100%;
    position: relative;
    overflow-y: auto;
}
.text {
    width:620px;
    position: absolute;
    top: 0;
    left: auto;
    padding: 10px;
}
.image1 {
    width: 7%;
    height: 960px;
    background-image:url("https://i.imgur.com/xun1JZF.png");
    background-position: right;
    background-size: contain;
    margin-left: auto;
    background-repeat: no-repeat;
}
.section2 {
    background-color:#0093CC;
	width:49%;
	height:100%;
    overflow-y: auto;
}
.move1 {
    height: 300px;
    width: 300px;
    background-image: url(https://i.imgur.com/LSr87ym.png);
    background-repeat: no-repeat;
    background-size: 300px;
}
.move1text {
    width: 380px;
    margin-left: 310px;
}
.move1notation {
    margin-left: 100px;
}
.move2 {
    height: 300px;
    width: 300px;
    background-image: url(https://i.imgur.com/lYjt8ps.png);
    background-repeat: no-repeat;
    background-size: 300px;
}
.move2text {
    width: 380px;
    margin-left: 310px;
}
.move2notation {
    margin-left:69px;
}
.move3 {
    height: 300px;
    width: 300px;
    background-image: url(https://i.imgur.com/WRqT5Pq.png);
    background-repeat: no-repeat;
    background-size: 300px;
}
.move3text {
    width: 380px;
    margin-left: 310px;
}
.move3notation {
    margin-left:57px;
}
.move4 {
    height: 300px;
    width: 300px;
    background-image: url(https://i.imgur.com/zWcnM3u.png);
    background-repeat: no-repeat;
    background-size: 300px;
}
.move4text {
    width: 380px;
    margin-left: 310px;
}
.move4notation {
    margin-left:64px;
}
.move5 {
    height: 300px;
    width: 300px;
    background-image: url(https://i.imgur.com/YH4O97H.png);
    background-repeat: no-repeat;
    background-size: 300px;
}
.move5text {
    width: 380px;
    margin-left: 310px;
}
.move5notation {
    margin-left:64px;
}
.text {
    height: 100vh;
}
.text2 {
    height:250vh;
}