@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');


header{
  background: #EF2D56;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 0 0 45px 45px ;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.79);


}
.profile-pic{
  width: 100%;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-pic img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
}
.name{
  margin-top: 20px;
}
.name h1{
  font-family: "PT Sans", serif;
  font-weight: 400;
  font-size: 2rem;
}