main {
    position: initial;
    width: 100vw;
    height: 85vh;
    z-index: 0;
}
body {
    background-color: rgb(218, 225, 232);
}

h1 {
    display: flex;
    justify-content: center;
    position: relative;
    top: 70px;
    z-index: 0;
    left: 10%;
    width: fit-content;
    font-size: 50px;
    background-color: rgb(0, 186, 237);
    color: white;
    border-radius: 10px;
    opacity: 0.6;
}

#body__profile_photo {
    width: 12%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 12px;
    background-color: #0000;
    z-index: 2;
    margin: auto;
    right: 0;
    left: 0;
}
.body__profile_photo_img {
    background-color: rgb(163, 163, 163);
    border-radius: 120px;
    outline: 12px solid rgb(163, 163, 163);
    filter: brightness(1.1)
}