  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');


* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

body {
 background-image: linear-gradient(to bottom, #53a7d8, #015c92);    
 text-align: center;
 color: #FFFFFF;
}

section {
 margin: 50px 0;
}

main {
 font-family: poppins;
}

img {
 border-radius: 60%;
 margin-top: 50px;
}

a.button {
 color: white;
 text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
 font-weight: bold;
}
a.button:hover {
 background: #FFFFFF;
 color: #071A8C;
}

i {
 color: white;
 padding: 10px;
}
i:hover {
 color: #071A8C;
}

.bio {
 font-family: poppins;
 padding-top: 10px;
}