.resume-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #131313;
}
.resume-container1 {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 20px;
  display: flex;
  padding: 60px;
  position: absolute;
  align-self: stretch;
  align-items: center;
  border-color: #a4a4a4;
  border-style: double;
  border-width: 10px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #191919;
}
.resume-container2 {
  gap: 30px ;
  flex: 0 0 auto;
  width: 100%;
  height: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.resume-button {
  top: 42px;
  right: 47px;
  outline: 2px solid #a4a4a4;
  transition: 0.3s;
  background-color: transparent;
}
.resume-button:hover {
  outline-offset: 5px;
}
.resume-text {
  color: #a4a4a4;
  font-size: 1.8vw;
  background: none;
  font-family: "Fira Code";
  background-image: none;
}
.resume-button1 {
  top: 42px;
  right: 47px;
  outline: 2px solid #a4a4a4;
  transition: 0.3s;
  background-color: transparent;
}
.resume-button1:hover {
  outline-offset: 5px;
}
.resume-text03 {
  color: #a4a4a4;
  font-size: 1.8vw;
  background: none;
  font-family: "Fira Code";
  background-image: none;
}
.resume-button2 {
  top: 42px;
  right: 47px;
  outline: 2px solid #a4a4a4;
  transition: 0.3s;
  background-color: transparent;
}
.resume-button2:hover {
  outline-offset: 5px;
}
.resume-text06 {
  color: #a4a4a4;
  font-size: 1.8vw;
  background: none;
  font-family: "Fira Code";
  background-image: none;
}
.resume-button3 {
  top: 42px;
  right: 47px;
  outline: 2px solid #a4a4a4;
  transition: 0.3s;
  background-color: transparent;
}
.resume-button3:hover {
  outline-offset: 5px;
}
.resume-text09 {
  color: #a4a4a4;
  font-size: 1.8vw;
  background: none;
  font-family: "Fira Code";
}
.resume-container3 {
  gap: 20px;
  flex: 0 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 80%;
  margin: auto;
  display: flex;
  position: absolute;
  align-self: stretch;
  align-items: center;
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
  flex-direction: column;
  padding-bottom: 80px;
  justify-content: flex-start;
  background-color: #191919;
}
.resume-container4 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: center;
}
.resume-image {
  width: 20vw;
  object-fit: cover;
}
.resume-container5 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.resume-button4 {
  color: #a4a4a4;
  outline: 2px solid #a4a4a4;
  font-size: 1vw;
  transition: 0.3s;
  border-width: 0px;
  background-color: rgb(25, 25, 25);
}
.resume-button4:hover {
  outline-color: yea;
  outline-offset: 5px;
}
