.contact-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #131313;
}
.contact-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: #828282;
  border-style: double;
  border-width: 10px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #191919;
}
.contact-container2 {
  gap: 30px ;
  flex: 0 0 auto;
  width: 100%;
  height: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.contact-button {
  top: 42px;
  right: 47px;
  outline: 2px solid #828282;
  transition: 0.3s;
  background-color: transparent;
}
.contact-button:hover {
  outline-offset: 5px;
}
.contact-text {
  color: #a4a4a4;
  font-size: 1.8vw;
  background: none;
  font-family: "Fira Code";
  background-image: none;
}
.contact-button1 {
  top: 42px;
  right: 47px;
  outline: 2px solid #828282;
  transition: 0.3s;
  background-color: transparent;
}
.contact-button1:hover {
  outline-offset: 5px;
}
.contact-button2 {
  top: 42px;
  right: 47px;
  outline: 2px solid #828282;
  transition: 0.3s;
  background-color: transparent;
}
.contact-button2:hover {
  outline-offset: 5px;
}
.contact-button3 {
  top: 42px;
  right: 47px;
  outline: 2px solid #828282;
  transition: 0.3s;
  background-color: transparent;
}
.contact-button3:hover {
  outline-offset: 5px;
}
.contact-text09 {
  color: #828282;
  font-size: 1.8vw;
  background: none;
  font-family: "Fira Code";
}
.contact-container3 {
  gap: 20px;
  flex: 0 0 auto;
  height: 80%;
  display: flex;
  align-self: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 80px;
  flex-direction: column;
  padding-bottom: 80px;
  justify-content: center;
  background-color: #191919;
}
.contact-container4 {
  gap: 20px;
  flex: 0 0 auto;
  height: auto;
  display: flex;
  padding: 50px;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #191919;
}
.contact-button4 {
  color: #a4a4a4;
  width: 100%;
  display: flex;
  outline: 2px solid #828282;
  position: relative;
  transition: 0.3s;
  border-width: 0px;
  flex-direction: row;
  outline-offset: -5px;
  justify-content: center;
  background-color: rgb(25, 25, 25);
}
.contact-button4:hover {
  outline: 2px dashed ;
  outline-color: yea;
  outline-offset: 5px;
}
.contact-text12 {
  font-size: 1.3vw;
  align-self: center;
  margin-right: 20px;
}
.contact-image {
  top: 0px;
  right: 1vw;
  width: 22px;
  bottom: 0px;
  height: 22px;
  margin: auto;
  position: relative;
  object-fit: cover;
}
.contact-button5 {
  color: #a4a4a4;
  width: 100%;
  display: flex;
  outline: 2px solid #828282;
  position: relative;
  transition: 0.3s;
  border-width: 0px;
  flex-direction: row;
  outline-offset: -5px;
  justify-content: center;
  background-color: rgb(25, 25, 25);
}
.contact-button5:hover {
  outline: 2px dashed ;
  outline-color: yea;
  outline-offset: 5px;
}
.contact-text13 {
  font-size: 1.3vw;
  align-self: center;
  margin-right: 20px;
}

.contact-button6 {
  color: #a4a4a4;
  width: 100%;
  display: flex;
  outline: 2px solid #828282;
  position: relative;
  transition: 0.3s;
  border-width: 0px;
  flex-direction: row;
  outline-offset: -5px;
  justify-content: center;
  background-color: rgb(25, 25, 25);
}
.contact-button6:hover {
  outline: 2px dashed ;
  outline-color: yea;
  outline-offset: 5px;
}
.contact-text16 {
  font-size: 1.3vw;
  align-self: center;
  margin-right: 20px;
}

.contact-button7 {
  color: #a4a4a4;
  display: flex;
  outline: 2px solid #828282;
  position: relative;
  align-self: center;
  transition: 0.3s;
  border-width: 0px;
  flex-direction: row;
  outline-offset: -5px;
  background-color: rgb(25, 25, 25);
}
.contact-button7:hover {
  outline: 2px dashed ;
  outline-color: yea;
  outline-offset: 5px;
}
.contact-text19 {
  font-size: 1.3vw;
  align-self: center;
  margin-right: 40px;
}

