body {
    overflow-y: visible;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(115deg, rgb(204, 113, 71), rgb(75, 174, 85));
}
h1 {
    width: 100%;
    font-size: 60px;
    color: white;
    margin: 0 0 44px 0;
    text-align: center;
    background-color: rgb(16, 187, 255);
}
#body__profile_photo {
    width: 300px;
    margin: 28px 0 28px 0;
    background-color: rgb(157, 157, 157);
    padding: 10px;
    border-radius: 170px;
}
.body__profile_photo_img {
    background: none;
}

.body__about_me {
    margin: 0 6%;
    background: none;
}
.body__about_me * {
    margin: 0 0 8px 0;
    font-size: 22px;
    background: none;
    color: white;
}
.body__link_container {
    text-decoration: none;
}
.body__link {
    background-color: rgb(0, 200, 255);
    color: white;
    border-radius: 5px;
}
.body__link:hover {
    background-color: rgb(0, 180, 255);
}

#body__others {
    margin: 40px 0;
    background: none;
}