body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Poor Story", cursive;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: rgb(80, 79, 79);
  background-color: #949397;
  background-image: linear-gradient(
      0deg,
      transparent 16px,
      rgb(255, 255, 255, 0.4) 17px
    ),
    linear-gradient(90deg, transparent 16px, rgb(255, 255, 255, 0.4) 17px);
  background-size: 17px 17px;
}

body::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

body::-webkit-scrollbar-thumb {
  background: #f3e0e3;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

button,
input,
select {
  font-family: "Poor Story", cursive;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: rgb(80, 79, 79);
}

button:hover,
input:hover,
a:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
}

::placeholder {
  color: rgb(189, 192, 195);
}

:-ms-input-placeholder {
  color: rgb(189, 192, 195);
}

::-ms-input-placeholder {
  color: rgb(189, 192, 195);
}

ul {
  list-style-type: none;
}

header {
  display: flex;
  justify-content: space-between;
  height: 50px;
  line-height: 50px;
  background-color: #fefefe;
  padding: 0 10px 0 25px;
}

header h2,
a {
  margin: 0;
  color: #ec8999;
}

nav ul {
  display: inline;
}

nav li {
  display: inline;
  border-left: 1px solid #d7d3d3;
  padding: 0px 8px 0px 8px;
}

nav li:first-child {
  border-left: none;
}

nav a {
  color: rgb(140, 138, 138);
}

nav a:hover {
  color: rgb(80, 79, 79);
}

nav span {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  font-size: 15px;
  color: rgb(140, 138, 138);
  padding: 2px 7px 2px 7px;
}

nav button {
  border: 1px solid rgb(184, 183, 183);
  background-color: transparent;
}

.center {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

main {
  display: flex;
  float: left;
  border-radius: 18px;
  box-shadow: 3px 3px 3px 3px #8c8c90;
}

.backgroundSection {
  background-color: #ffb7c3;
}

#profileSection {
  width: 300px;
  height: 660px;
  border: 1px solid rgb(100, 99, 99);
  border-right: none;
  border-radius: 15px;
}

.profileDashed {
  margin: 20px 0 0 20px;
  width: 275px;
  height: 615px;
  border: 2px dashed white;
  border-right: none;
  border-radius: 14px;
}

.profileWrap {
  margin: 10px 0 0 10px;
  width: 265px;
  height: 593px;
  border: 1px solid rgb(226, 223, 223);
  border-right: none;
  border-radius: 13px;
  background-color: #f2eeee;
}

.todayDate {
  text-align: center;
  color: #818186;
  margin-top: 30px;
}

.date {
  color: #e05f09;
  font-size: 17px;
  font-weight: bold;
}

.profile {
  text-align: center;
  margin: 5px 10px;
  width: 245px;
  height: 525px;
  border: 2px solid #bfbfc5;
  border-radius: 13px;
}

.profile div {
  margin: 20px 17px 5px 17px;
  background-color: rgb(229, 224, 224);
}

.profile em {
  font-size: 14px;
  color: #e1413c;
}

.profile span {
  font-size: 15px;
  font-weight: bold;
  color: #7c303e;
}

.profile img {
  width: 210px;
}

.profile hr {
  border: 1px dashed rgb(197, 193, 193);
  width: 210px;
}

.profile p {
  text-align: left;
  margin: 20px 0 20px 20px;
}

.profile label {
  display: block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
}

.profile select {
  margin-top: 5px;
  padding: 2px;
}

#boardSection {
  width: 700px;
  height: 660px;
  border: 1px solid rgb(100, 99, 99);
  border-left: none;
  border-radius: 15px;
}

.boardDashed {
  margin: 20px 20px 0 0;
  width: 680px;
  height: 615px;
  border: 2px dashed #f2eeee;
  border-left: none;
  border-radius: 14px;
}

.boardWrap {
  margin: 10px 10px 0 0;
  width: 670px;
  height: 592px;
  border: 1px solid rgb(226, 223, 223);
  border-left: none;
  border-radius: 13px;
  background-color: #f2eeee;
}

.title {
  margin: 20px 0 0 20px;
}

.title h1 {
  display: inline;
  color: #d93785;
  margin-right: 280px;
}

.title ul {
  display: inline;
  font-size: 13px;
  font-weight: bold;
}

.title li {
  display: inline;
  margin-left: 7px;
}

.title a {
  color: #ee650ad0;
}

.title a:hover {
  color: #cc0784;
}

.title span {
  font-size: 11px;
}

.borad {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 6px;
  width: 652px;
  height: 525px;
  border: 2px solid #bfbfc5;
  border-radius: 13px;
}

.menus {
  position: absolute;
  margin-left: 660px;
  top: 239px;
}

.clickMenu {
  width: 60px;
  height: 33px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 33px;
  border: 2px solid #bfbfc5;
  border-radius: 0 10px 10px 0;
  background-color: #f2eeee;
  color: rgb(80, 79, 79);
  margin-bottom: 1px;
}

.clickMenu:hover {
  cursor: pointer;
}

.menu {
  width: 60px;
  height: 33px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 33px;
  border: 2px solid #bfbfc5;
  border-radius: 0 10px 10px 0;
  background-color: #ea99a6;
  color: #fff;
  margin-bottom: 1px;
}

.menu:hover {
  cursor: pointer;
}

aside {
  float: left;
  margin-left: 80px;
}

aside input {
  width: 230px;
  height: 30px;
  border-radius: 5px;
  border: 2px solid #b66288;
  background-color: #db79a5;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

aside div {
  margin-top: 10px;
  padding-top: 10px;
  width: 230px;
  height: 185px;
  background-color: #f2eeee;
}

aside label {
  margin: 17px;
  font-weight: bold;
  color: rgb(140, 138, 138);
}

.progress {
  appearance: none;
  width: 150px;
  height: 12px;
  margin: 2.1px;
}

.progress::-webkit-progress-bar {
  background: #f2eeee;
  border-radius: 5px;
}

.progress::-webkit-progress-value {
  border-radius: 5px;
  background: #debbc68c;
}

aside hr {
  border: 1px dashed rgb(197, 193, 193);
  width: 210px;
}

aside table {
  margin: 10px;
}

aside td {
  border: none;
  text-align: left;
}

aside span {
  color: #e05f09;
  font-weight: bold;
}

footer {
  display: flex;
  justify-content: center;
  margin-left: 560px;
}

footer li {
  float: left;
  margin-right: 10px;
}

footer img {
  width: 20px;
}

.scrollBtn {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
}

@media (max-width: 1330px) {
  aside {
    display: none;
  }

  footer {
    margin-left: 880px;
  }
}

@media (max-width: 1060px) {
  .quokkaImg {
    display: none;
  }

  main {
    box-shadow: none;
    flex-direction: column;
  }

  #profileSection {
    width: 298px;
    height: 600px;
    border-right: 1px solid rgb(100, 99, 99);
  }

  .profileDashed {
    height: 575px;
    margin: 10px 10px;
    border-right: 2px dashed white;
  }

  .profileWrap {
    margin: 8px 8px;
    width: 258px;
    height: 557px;
    border-right: 1px solid rgb(226, 223, 223);
  }

  .todayDate {
    text-align: center;
    color: #818186;
    margin-top: 15px;
  }

  .profile {
    margin: 5px 10px;
    width: 235px;
    height: 503px;
  }

  .profile label {
    margin-top: 15px;
  }

  .title {
    margin: 0 0 0 20px;
  }

  .title h1 {
    display: flex;
    margin-right: 0px;
  }

  .title ul {
    padding: 0;
  }

  .title li {
    margin-left: 0px;
  }

  .menus {
    position: absolute;
    margin-left: 263px;
    top: 880px;
  }

  .clickMenu {
    width: 40px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 1px;
  }

  .menu {
    width: 40px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 1px;
  }

  footer {
    margin-left: 170px;
  }

  .scrollBtn {
    display: flex;
  }
}

@media (max-width: 650px) {
  nav span {
    display: none;
  }

  nav button {
    display: none;
  }
}

@media (max-width: 600px) {
  nav span {
    display: none;
  }

  nav button {
    display: none;
  }
}

@media (max-width: 500px) {
  .center {
    margin-top: 60px;
  }
}

@media (max-width: 450px) {
  body {
    font-size: 13px;
  }

  .center {
    margin-top: 50px;
  }
}

@media (max-width: 400px) {
  .center {
    margin-top: 40px;
  }
}

@media (max-width: 375px) {
  body {
    font-size: 12px;
  }

  .center {
    margin-top: 40px;
  }
}

@media (max-width: 360px) {
  body {
    font-size: 11px;
  }

  .center {
    margin-top: 28px;
  }
}

@media (max-width: 340px) {
  body {
    font-size: 10px;
  }

  .center {
    margin-top: 20px;
  }
}
