*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.shadow{
  -webkit-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(57, 63, 72, 0.15);
  box-shadow: 0 3px 10px rgba(57, 63, 72, 0.15);
}

#psglogo{
  position: absolute;
  width: 25px;
  left: 50%;
  margin-left: -12.5px;
  top: 15px;
}

#logo{
  position: relative;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 60px;
}

#productdisc{
  position: absolute;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 100px;
  text-align: center;
  font-size: 10px;
  font-family: SanFrancisco-L;
  color: #4d4d4d;
  opacity: 0.22;
}

.content{
  position: relative;
  width: 350px;
  height: auto;
  left: 50%;
  margin-left: -175px;
  top: 110px;
  margin-bottom: 10px;
}

.toplinks{
  position: relative;
  width: 350px;
  height: auto;
  left: 50%;
  margin-left: -175px;
}

.sociallinks{
  position: relative;
  width: 350px;
  height: auto;
  left: 50%;
  margin-left: -175px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.biolinks{
  position: relative;
  width: 350px;
  height: auto;
  left: 50%;
  margin-left: -175px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.standardlink{
  position: relative;
  width: 350px;
  height: auto;
  left: 50%;
  margin-left: -175px;
}

.top_l{
  background-color: white;
  position: relative;
  height: 80px;
  width: 325px;
  margin-left: -162.5px;
  border-radius: 14px;
  left: 50%;
  margin-bottom: 10px;
}

.top_l img{
  position: absolute;
  height: 45px;
  top: 50%;
  margin-top: -22.5px;
  left: 20px;
}

.top_l_cap{
  position: absolute;
  font-family: SanFrancisco-K;
  color: black;
  font-size: 22px;
  left: 85px;
  top: 50%;
  margin-top: -22px;
}

.top_l_subcap{
  position: absolute;
  font-family: SanFrancisco-L;
  color: black;
  opacity: 0.6;
  font-size: 14px;
  left: 85px;
  top: 50%;
  margin-top: 5px;
}

.bio_l{
  background-color: white;
  position: relative;
  height: 50px;
  width: 325px;
  margin-left: -162.5px;
  border-radius: 14px;
  left: 50%;
  margin-bottom: 10px;
}

.bio_l_cap{
  position: absolute;
  font-family: SanFrancisco-M;
  color: black;
  font-size: 20px;
  left: 25px;
  top: 50%;
  margin-top: -12px;
}


.soc_l{
  position: relative;
  height: 50px;
  width: 325px;
  margin-left: -162.5px;
  border-radius: 14px;
  left: 50%;
  margin-bottom: 10px;
}

.soc_l_cap{
  position: absolute;
  font-family: SanFrancisco-M;
  color: white;
  font-size: 20px;
  left: 50%;
  top: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  margin-top: -12px;
}

.soc_l img{
  position: absolute;
  width: 25px;
  height: auto;
  top: 50%;
  left: 40px;
  transform: translate(-50%,-50%);
}

#behance{
  background-color: black;
}

#linkedin{
  background-color: #0077B5;
}

#instagram{
  background: rgb(81,91,212);
background: linear-gradient(145deg, rgba(81,91,212,1) 0%, rgba(129,52,175,1) 21%, rgba(221,42,123,1) 45%, rgba(231,178,34,1) 72%, rgba(245,133,41,1) 100%);
}



.foot{
  position: relative;
  width: 350px;
  height: auto;
  left: 50%;
  margin-left: -175px;
  padding-bottom: 40px;
}

.foot p{
  position: relative;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  font-family: SanFrancisco-L;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0.2;
}

.foot img{
  position: relative;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  opacity: 0.5;
}
