.buttons-container {
  width: 1200px;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.buttons-link {
  color: #212529;
  width: 65%;
  padding: 15px;
  font-size: 20px;
  align-self: center;
  margin-top: 10px;
  text-align: center;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: 10px;
  padding-bottom: 15px;
  text-decoration: none;
  background-color: #ADB5BD;
}
.buttons-navlink {
  color: #212529;
  width: 65%;
  padding: 15px;
  font-size: 20px;
  align-self: center;
  margin-top: 10px;
  text-align: center;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #ADB5BD;
}
.buttons-navlink1 {
  color: #212529;
  width: 65%;
  padding: 15px;
  font-size: 20px;
  align-self: center;
  margin-top: 10px;
  text-align: center;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #ADB5BD;
}
.buttons-navlink2 {
  color: #212529;
  width: 65%;
  padding: 15px;
  font-size: 20px;
  align-self: center;
  margin-top: 10px;
  text-align: center;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #ADB5BD;
}
.buttons-root-class-name {
  top: 369px;
  left: 0px;
  right: 0px;
  position: static;
  align-self: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media(max-width: 991px) {
  .buttons-container {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .buttons-container {
    width: 100%;
  }
  .buttons-link {
    width: 85%;
  }
  .buttons-navlink {
    width: 85%;
  }
  .buttons-navlink1 {
    width: 85%;
  }
  .buttons-navlink2 {
    width: 85%;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #343A40;
}
.home-navlink {
  display: contents;
}
.home-image {
  width: 250px;
  align-self: center;
  margin-top: 80px;
  object-fit: cover;
  border-radius: var(--dl-radius-radius-round);
  text-decoration: none;
}
.home-text {
  color: #ADB5BD;
  width: var(--dl-size-size-xlarge);
  font-size: 40px;
  align-self: center;
  margin-top: 5px;
  text-align: center;
  font-family: Galindo;
  margin-bottom: 5px;
}
.home-text1 {
  color: #ADB5BD;
  width: var(--dl-size-size-xxlarge);
  font-size: 20px;
  align-self: center;
  text-align: center;
}
.home-text2 {
  color: #ADB5BD;
  font-size: 40px;
  align-self: center;
  margin-top: 30px;
}
.home-text3 {
  color: #ADB5BD;
  width: 800px;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.3;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
@media(max-width: 767px) {
  .home-text3 {
    width: 80%;
  }
}
@media(max-width: 479px) {
  .home-image {
    width: 250px;
    align-self: center;
    margin-top: 60px;
  }
  .home-text3 {
    width: 80%;
    margin-bottom: 10px;
  }
}
