html {
    scroll-behavior: smooth;
}
body {
    background-color: white;
}
body header {
    background: rgba(59, 59, 59, 0.5)
}
body h1 {
    top: 50vh;
}
body h1 b {
    background-color: rgba(181, 181, 181, 0.5);
}
body .profile-links {
    height: 40vh;
}
.bg {
    background-color: #bae8ff;
}
.block {
    height: 30vh;
}
body .hobbies, body .icons {
    height: 20vh;
}
.profile-links .icons a {
    transition: transform 1s linear;
}
.profile-links .icons a:hover img {
    transform: translate(0, -10px);
}
.profile-links .icons a:hover div{
    visibility: visible;
    box-shadow: 0px 15px 8px 2px #000000;
}
#scrollTop {
    bottom: 10px;
    right: 20px;
}