.profile-pic {
  margin-top: 70px;
  width: 150px;
  padding: 6px;
  border-radius: 50%;
  background-color: white;
}

.profile-box {
  position: relative;
  background-color: #ff574a;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 40px 90px;
  font-family: sans-serif;
}

.profile-box div:first-child {
  position: absolute;
  width: 80%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.menu-icon,
.setting-icon {
  width: 25px;
  height: 25px;
}

.social-media {
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.social-media img {
  width: 20px;
}

.background {
  background-image: url("../assets/background.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

body {
  margin: 0px;
}

h3 {
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
}
