.menu-container {
  width: 280px;
  height: 740px;
  margin: var(--dl-space-space-fourunits);
  display: flex;
  padding: var(--dl-space-space-unit);
  z-index: 100;
  position: relative;
  flex-wrap: wrap;
  align-self: flex-start;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
.menu-image {
  height: 150px;
  align-self: center;
  margin-top: 0px;
  object-fit: cover;
  transition: 0.3s;
  margin-left: var(--dl-space-space-halfunit);
  border-color: #000000;
  border-width: 3px;
  margin-right: var(--dl-space-space-halfunit);
  border-radius: var(--dl-radius-radius-round);
  margin-bottom: var(--dl-space-space-unit);
}
.menu-image:hover {
  border-color: #70caff;
  border-style: double;
  border-width: var(--dl-size-size-xsmall);
}
.menu-maxy-tolosa {
  margin-bottom: var(--dl-space-space-unit);
}
.menu-s-n-s {
  flex: 0 0 auto;
  width: auto;
  height: 24px;
  margin: var(--dl-space-space-halfunit);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.menu-link {
  display: contents;
}
.menu-icon {
  width: 28px;
  height: 28px;
  margin: var(--dl-space-space-halfunit);
  transition: 0.3s;
  text-decoration: none;
}
.menu-icon:hover {
  fill: #68c0ff;
}
.menu-link1 {
  display: contents;
}
.menu-icon2 {
  width: 28px;
  height: 28px;
  margin: var(--dl-space-space-halfunit);
  transition: 0.3s;
  text-decoration: none;
}
.menu-icon2:hover {
  fill: #68c0ff;
}
.menu-about-me {
  color: #ffffff;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  transition: 0.3s;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: #68c0ff;
}
.menu-about-me:hover {
  color: #000000;
  background-color: #ffffff;
}
.menu-projects {
  color: #ffffff;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  transition: 0.3s;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-twounits);
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: var(--dl-space-space-twounits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: #68c0ff;
}
.menu-projects:hover {
  color: #000000;
  background-color: #ffffff;
}
.menu-resume {
  color: #ffffff;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  transition: 0.3s;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: 40px;
  border-radius: var(--dl-radius-radius-radius8);
  padding-right: 40px;
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: #68c0ff;
}
.menu-resume:hover {
  color: #000000;
  background-color: #ffffff;
}
.menu-root-class-name {
  align-self: flex-start;
}
.menu-root-class-name1 {
  align-self: center;
}
.menu-root-class-name2 {
  align-self: center;
}

.resume-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  background-image: linear-gradient(180deg, rgb(255, 192, 247) 0.00%,rgb(253, 232, 255) 49.00%,rgb(194, 232, 255) 98.00%);
}
.resume-container1 {
  height: 1691px;
  align-self: center;
}
.resume-text {
  margin: var(--dl-space-space-unit);
  align-self: center;
  text-align: center;
}
.resume-container2 {
  flex: 0 0 auto;
  width: auto;
  height: 384px;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: center;
}
.resume-box {
  width: 746px;
  height: 650px;
  margin: var(--dl-space-space-halfunit);
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.resume-link {
  margin: var(--dl-space-space-halfunit);
  display: flex;
  padding: var(--dl-space-space-unit);
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-radius-radius-radius8);
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
}
.resume-link:hover {
  fill: #ffffff;
  color: #ffffff;
  border-width: 1px;
  background-color: #68c0ff;
}
.resume-icon {
  width: 28px;
  height: 28px;
  align-self: center;
}
.resume-icon:hover {
  fill: #ffffff;
  border-width: 0px;
}
.resume-text1 {
  font-size: 20px;
  align-self: center;
  text-align: center;
  font-weight: 700;
}
.resume-text1:hover {
  fill: #ffffff;
  border-width: 0px;
}
.resume-text2 {
  font-weight: 700;
}
.resume-image {
  width: 1010px;
  height: 1480px;
  object-fit: fill;
  overflow-y: initial;
}
