* {
    margin: 0;
    padding: 0;
  }

  body {
    background-color: hsl(185, 75%, 39%);
    overflow: hidden;
  }

  .banner {
    width: 1440px;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .bg-img {
    position: relative;
  }

  .bg-top {
    position: absolute;
    right: 48%;
    left: -20%;
    margin-top: -20%;
  }

  .bg-bottom {
    position: absolute;
    right: -30%;
    margin-top: 30%;
  }

  .card-container {
    width: 400px;
    height: 400px;
    background-color: white;
    transform: translateX(50%);
    align-items: center;
    position: absolute;
    top: 35%;
    left: 30%;
    border-radius: 15px;
    font-family:'Kumbh Sans', sans-serif;;
  }

  .inner-container {
    width: 400px;
    height: 150px;
    background-color:#2FC6C8;
    background-size: cover;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }

  .profile-info {
    width: 400px;
    height: 120px;
    margin-top:20%;
    background-color: white;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-style: solid;
    border-top-width: 1px;;
    border-top-color :#A9A9A9;
    position: relative; 
  }

  .cover{
    height: 100%;
    width: 100%;
  }

  .profile-pic {
    width:96px;
    height: 96px;
    border-radius: 50%;
    border-width: 5px;
    border-style:solid;
    border-color: white;
    margin-left: 20%;
    position:relative;
    left: 15%;
    top:-13%;
  }

  img {
    border-radius: 50%;
  }

  .pic-info {
    text-align: center;
  }

  .name{
    font-weight: bold;
    font-size:18px;
    position:absolute;
    top: 56%;
    left: 33%;
  }

  .location {
    font-size:15px;
    position:absolute;
    top: 63%;
    left: 43%;
  }

  .info{
    font-weight: bold;
    font-size: 18px;
    word-spacing: 10px;
    text-align: center;
    position: absolute;
    top: 30%;
    right: 17%;
  }

  .status {
    font-size:12px;
    display: block;
    padding-top: 70px;
    text-align: center;
    word-spacing: 70px;
    padding-left:0;
    padding-right:0;
    color: #A9A9A9;
  }

