@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {width:100%;height: 100%;margin: 0!important;padding: 0!important;font-family: 'Poppins', sans-serif;}
h1,h2{margin: 0;}
#bg-wrap{height: 100vh;overflow: hidden;}
#bg-wrap svg{height: 100vh;width: 100%;}
.personal-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: flex;align-items: center;justify-content: center;flex-flow: column;}
.personal-box .img{width: 250px;height: 250px;border-radius: 50%;object-fit: cover;margin-bottom: 25px;}
.personal-box h2{text-transform: uppercase;}
.personal-box .links{margin-top: 16px;display: flex;align-items: center;justify-content: center;}
.personal-box .links img{max-width: 75%;display: block;margin: 0 auto;transition: all .3s ease-in-out;}
.personal-box .links img:hover{transform: scale(1.08);}

@media only screen and (max-width : 768px) {
	.LI-profile-badge {display: none}
	.github-profile-badge {display: none;}
}