* {
  margin: 0px;
  padding: 0px;
}
body {
  margin: auto;
}
html {
  width: 100%;
  margin: auto;
}
.mainContainer {
 
  max-width: 450px;
  padding-bottom: 5px;
}

body,
html {
  margin: 0;
}

body,
html {
  z-index: 2;

  background-color: #272a31;
  /* box-shadow: inset 20px 0 10px -5px #3f4650, inset -20px 0 10px -5px #0f1014; */
  /* inset 0 10px 10px -5px #3f4650, */
  /* inset 0 -10px 10px -5px #3f4650; */
}
.header {
  margin-top: 50px;
  margin-bottom: 25px;
  color: orange;
}

.btn-circle.btn-xl {
  width: 50px;
  height: 50px;

  border-radius: 35px;
  font-size: 12px;

  background-color: #262f34;
  box-shadow: 4px 0px 4px 0px #3e4346, -4px 0px 4px 0px #3e4346,
    0px -4px 4px 0px #3e4346, 0px 4px 4px 0px #3e4346;
}

.card-img-top {
  border: 4px solid #fff;
  width: 46%;
  margin: auto;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -130px;
}

.card {
  width: 90%;
  min-height: 200px;
  z-index: 1;
  margin: auto;
  margin-top: 100px;
  padding: 1.5em 0.5em 0.5em;
  text-align: center;
  border-radius: 2em;
  box-shadow: 0px -2px 2px 0px #3e4346, 0px 2px 2px 0px #3e4346;
  background-color: #1a1d22;
  padding-bottom: 20px;
}
.card-title {
  font-weight: bold;
  font-size: 1.8em;
}
.card-text {
  line-height: 10px;
  color: white;
}
.btn-primary {
  border-radius: 2em;
  padding: 0.5em 1.5em;
}

.card_info {
  z-index: 1;
  margin: auto;
  margin-top: 15px;
  float: right;
  padding-top: 20px;
  text-align: center;
  color: white;
  border-radius: 20px;
  width: 84%;
  padding-bottom: 20px;
  background-color: #191c21;
  margin-bottom: 10px;
  box-shadow: 4px 0px 4px 0px #3e4346, -4px 0px 4px 0px #3e4346,
    0px -4px 4px 0px #3e4346, 0px 4px 4px 0px #3e4346;
}
.card_social_media {
  z-index: -1;
  margin: auto;
  margin-top: 8px;
  float: right;
  padding-top: 20px;
  text-align: center;
  color: white;
  border-radius: 20px;
  width: 84%;
  padding-bottom: 20px;
  background-color: #191c21;
  margin-bottom: 10px;
  box-shadow: 4px 0px 4px 0px #3e4346, -4px 0px 4px 0px #3e4346,
    0px -4px 4px 0px #3e4346, 0px 4px 4px 0px #3e4346;
}
.card_info p {
  letter-spacing: 5px;
  text-align: center;
  color: white;
}
.connectmeDiv {
  margin: auto;
}

.card_social_media {
  z-index: 1;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 500px) {
  .connectmeDiv {
    /*margin-right: 8%;*/
  }
}
@media (max-width: 800px) {
  .connectmeDiv {
    /* margin: auto; */
    /* margin-right: 2%; */
  }
}
.row .social_links.connectmeDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row .social_links {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .card-img-top {
    width: 56%;
  }
  .linksDiv {
    margin-bottom: 4px;
  }
  .linkDivNew {
    margin-bottom: 3px;
  }
}
@media (max-width: 320px) {
  .card-img-top {
    width: 62%;
  }
}
