body {
  background-color: #121212;
  color: #fdfdfd;
  opacity: 0;
  animation: fadeIn 1s forwards;
}

main {
  text-align: center;
}

body::-webkit-scrollbar {
	display: none;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#pfp {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 50%;
}

.flag { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    z-index: 10;
}

