html {
  background: #1a1a1a;
}

html,
body {
  background: #1a1a1a;
  color: white;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 0.75em;
  background: #1a1a1a;
}

html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-color: #3a3a3a;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
}

@font-face {
  font-family: Gotham;
  font-weight: 400;
  src: url(https://d1ellpzeh3keto.cloudfront.net/Gotham-Book.otf) format("otf");
}

@font-face {
  font-family: Gotham;
  font-weight: 900;
  src: url(https://d1ellpzeh3keto.cloudfront.net/Gotham-Black.otf) format("otf");
}

h1,
h2,
h3,
h4,
p {
  letter-spacing: 4px;
  font-family: Gotham;
  color: white;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 900;
}

p {
  font-weight: 400;
}

a:link {
  text-decoration: none;
  color: white;
}

a:visited {
  color: whitesmoke;
}

a:hover {
  color: white;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

dd {
  font-family: Gotham !important;
}

button {
  background: white;
  color: #964dbd;
  border: none;
  padding: 12.5px 0px;
  margin: 5px 0;
  width: 80%;
  font-size: 14px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  outline: none !important;
  font-family: Gotham;
  cursor: pointer;
}

button:hover {
  background: black;
  color: #964dbd;
}

button.active {
  background: #964dbd;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  outline-width: 0 !important;
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.bg-purp {
  background: #964dbd;
}

.btn {
  color: white;
  background: #964dbd;
}

.btn:hover {
  background: white;
  color: #964dbd;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.animate__animated.animate__pulse {
  --animate-duration: 5s !important;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .wrapper {
  background: -webkit-gradient(linear, right top, left top, from(#d02f85), to(#964dbd));
  background: linear-gradient(270deg, #d02f85, #964dbd);
  background-size: 200% 200%;
  -webkit-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  max-width: 425px;
  padding: 30px;
  border-radius: 40px;
  text-align: center;
  width: 80%;
  margin: 20px auto 30px auto;
}

.container .wrapper img.logo {
  width: 175px;
}

.container .wrapper #profile {
  margin: 20px 0px;
}

.container .wrapper #profile img {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.container .wrapper div.short {
  margin: 0 0 20px;
}

.container .wrapper div.short h2 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.container .wrapper div.short p {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
  padding: 10px 0;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#contact-card {
  background: #fff;
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  padding: 0 0 80px 0;
  overflow: hidden;
  border-radius: 6px;
}

#contact-card > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contact-card > ul > li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#contact-card > ul > li a {
  text-decoration: none;
  color: inherit;
}

#contact-card > ul > li > p {
  margin: 0;
  padding: 0;
}

#contact-card > ul > li > p:nth-child(1) {
  font-size: 11px;
  fon-weight: bold;
  color: #000;
}

#contact-card > ul > li > p:nth-child(2) {
  font-size: 16px;
  padding: 5px 0 0;
}

#contact-card .button {
  max-width: 600px;
  background: #fff;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  padding: 10px;
  position: absolute;
}

#contact-card .button > .download {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  background: #632992;
  color: #fff;
  padding: 15px;
  border: 0;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}

@media only screen and (max-width: 600px) {
  .container .wrapper img.logo {
    width: 125px;
    margin-bottom: 15px;
  }
  .container .wrapper #profile img {
    width: 250px;
  }
  .container .wrapper div.short h2 {
    font-size: 25px;
  }
  .container .wrapper div.short p {
    font-size: 16px;
  }
  button {
    width: 90% !important;
  }
}
/*# sourceMappingURL=styles.css.map */