body {
    background-image: linear-gradient(135deg, #79f1a4 10%, #0e5cad 100%);
	background-attachment: fixed;
}

.container {
	max-width: 600px
}

.profile h1 {
    margin-top: 20px;
}

.links a {
    transition: background-color 0.3s, transform 0.3s;
	border-radius: 50px
}

.links a:hover {
    transform: translateY(-2px);
}
