@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

body {
  background-color: #0f1424;
  color: white;
}

.container {
  max-width: 1440px;
  padding: 1.5rem 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  height: 510px;
}
@media (max-width: 375px) {
  .container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .container .profile {
    margin-top: 200px;
  }
}
.container .profile .profile-person {
  background-color: #5847eb;
  width: 250px;
  height: 350px;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: -15px;
  position: relative;
}
@media (max-width: 375px) {
  .container .profile .profile-person {
    display: flex;
    height: 120px;
    padding: 20px;
  }
}
.container .profile .profile-person img {
  width: 80px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.container .profile .profile-person p {
  color: #bdc1ff;
  margin: 40px 0 5px 0;
}
@media (max-width: 375px) {
  .container .profile .profile-person p {
    font-size: 0.8rem;
    margin: 0 30px;
  }
}
.container .profile .profile-person h1 {
  font-size: 2.5rem;
  font-weight: 300;
}
@media (max-width: 375px) {
  .container .profile .profile-person h1 {
    font-size: 1.2rem;
    margin: 0 30px;
  }
}
.container .profile .times {
  background-color: #1c1f4a;
  height: 160px;
  border-radius: 0 0 20px 20px;
  padding: 30px;
  width: 100%;
  height: 170px;
}
@media (max-width: 375px) {
  .container .profile .times {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    height: 80px;
    width: 100%;
    padding: 0;
  }
}
.container .profile .times p {
  color: #6f76c8;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 1.1rem;
  cursor: pointer;
}
@media (max-width: 375px) {
  .container .profile .times p {
    align-self: center;
    margin: 0 5px;
  }
}
.container .profile .times p:hover {
  color: #bdc1ff;
}
.container .sections {
  display: grid;
  grid-template-areas: "item item item";
  width: 800px;
  height: 530px;
  margin-left: 10px;
}
@media (max-width: 375px) {
  .container .sections {
    display: flex;
    flex-direction: column;
    grid-template-areas: "item";
    width: 100%;
  }
}
.container .sections .section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 266px;
  height: 242px;
  background-color: #1c1f4a;
  border-radius: 20px;
  margin: 10px;
}
@media (max-width: 375px) {
  .container .sections .section {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.container .sections .section:hover {
  background-color: #5847eb;
}
.container .sections .section .work {
  background-color: #ff8c66;
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin-bottom: -30px;
}
.container .sections .section .work img {
  width: 70px;
  float: right;
}
.container .sections .section .content {
  background-color: #1c1f4a;
  position: relative;
  width: 100%;
  padding: 25px;
  border-radius: 15px;
  padding-bottom: 42px;
}
.container .sections .section .content:hover {
  background-color: #2e1ae6;
  transition: 0.4s ease-in-out;
}
.container .sections .section .content p:first-child {
  margin-bottom: 20px;
  color: white;
  font-size: 1.1rem;
}
.container .sections .section .content h1 {
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 10px;
}
.container .sections .section .content p {
  color: #6f76c8;
}
.container .sections .section .play {
  background-color: #56c2e6;
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin-bottom: -30px;
}
.container .sections .section .play img {
  width: 70px;
  float: right;
}
.container .sections .section .study {
  background-color: #ff5c7c;
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin-bottom: -30px;
}
.container .sections .section .study img {
  width: 70px;
  float: right;
}
.container .sections .section .exercise {
  background-color: #4acf81;
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin-bottom: -30px;
}
.container .sections .section .exercise img {
  width: 105px;
  float: right;
}
.container .sections .section .social {
  background-color: #7536d3;
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin-bottom: -30px;
}
.container .sections .section .social img {
  width: 53px;
  float: right;
}
.container .sections .section .selfcare {
  background-color: #f1c65b;
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin-bottom: -30px;
}
.container .sections .section .selfcare img {
  width: 70px;
  float: right;
}

/*# sourceMappingURL=styles.css.map */
