body {
    color: rgb(43, 45, 66);
    background: rgb(0,215,255);
	background: linear-gradient(170deg, rgba(0,215,255,1) 0%, rgba(18,252,183,1) 100%);
    font-family: Roboto, Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
	padding-bottom: 50px;
}
img {
    border-radius: 50%;
}
.profile-picture {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    height: auto;
    max-width: 175px;
}
.profile-name {
    text-align: center;
    padding: 0 30px 10px;
    font-size: 1em;
}
h1 {
    font-size: 2em;
}
p {
    margin: 0 0 0.2em;
}
.links {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid white;
    border-width: 2px;
    width: 290px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
}
a {
    text-decoration: none;
    color: rgb(43, 45, 66);
	background-color: #fff;
    transition: color 1s;
}
.bottom-text {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}
a:hover {
    color: rgb(43, 45, 66);
    background: none;
}
