* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.Profile_all {
    height: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(236, 236, 234);
}

.profile_dashboard {
    height: 500px;
    width: 25%;
    background-color: rgb(199, 202, 202);
}

.profile_main {
  height: 600px;
  width: 70%;
  background-color: aqua;
}