@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
:root {
  --card-bg: #31354e;
  --bar-bg: #7b63d4;
  --dot-bg: #e056b1;
  --timeline-bg: #C0C0C0;
  --snow: #1d1d1f;
  --light-grey: #72758e;
  --hr-line: #393d56;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;

  background-image: url('/static/cover/—Pngtree—bubble growing light background blue_1597301.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'Lato', sans-serif;
}
h, h1, h2 {
  padding:0;
  margin:0;
}
h {
  font-size: 1.3em;
  font-weight: 600;
  color: var(--snow);
  text-transform: capitalize;
}
strong{
  font-size: 1.5em;
  font-weight: 600;
  color: var(--light-grey);
  text-transform: uppercase;
}
.color-heart{position: relative; top: 2px}
p {
  color: var(--snow);
  font-size: 0.9em;
  max-width: 80%;
  text-align: center;
  padding: 5px;
  word-spacing: 1px;
}
p1 {
  color: var(--timeline-text);
  font-size: 1em;
}
h2 {
  color: var(--card-bg);
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
}
h2, p1 {
  padding: 5px;
}
.card {
  position: absolute;
  height: 450px;
  width: 400px;
  border-radius: 15px;
  perspective: 1000px;
  background: var(--card-bg);
}
.icons-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height 30px;
}
.icons-header span {
  margin: 15px 10px 20px 10px;
  color: var(--snow);
  font-size: 1em;
}
.img-wrapper {
  display: flex;
  margin: auto;
  margin-top: 9px;
  justify-content: center;
  align-items: center;
  width: 250px;
z-index: 3;
  height: 250px;
  border-radius: 50%;
  box-shadow:  23px 23px 46px #252736,
             -23px -23px 46px #31354a;
}
.text{color: white !important;}
a{text-decoration: none !important; }
.img-timer{display: flex; position: relative; bottom: 6px; z-index: 2}
/* CSS */
.button-32 {
  width: 80px;
  display: flex;
  position: relative;
  top: 11px;
  height: 40px;
  color: #fff;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  transition: all 150ms ease-in-out;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;
  border-radius: 10px;
  background-color: #111111;
  background-image: radial-gradient(76% 151% at 52% -52%, rgba(255, 255, 255, 0.23) 0%, transparent 100%);
}

.button-32:hover {
  filter: brightness(1.1);
}

.button-32:active {
  transform: scale(.95);
}













#profile {



  width: 190px;
  height: 190px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position:bottom !important;
  border-radius: 50%;
  box-shadow:  23px 23px 46px #252736,
             -23px -23px 46px #31354a;
  transition: all .4s ease;
}
#profile:hover {
  filter: saturate(2);
}
.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
hr {
  border: 1px solid var(--hr-line);
  padding: 0px;
  margin:0px;
}
.button-wrapper {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more {
  border: none;
  outline: none;
  height: 40px;
  width: 180px;
  color: white;
  border-radius: 20px;
background: #020024;
background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(0, 212, 255, 1) 100%);
  font-weight: 600px;

  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}
