@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600);
body {
  min-height: 100vh;
  background: url('img/bg.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  overflow: hidden;
}
#container {
  width: 400px;
  margin:auto;
  background: #fce8f9;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
  overflow: hidden;
}
#container #hero-img {
  width: 100%;
  height: 200px;
  background: url('https://progameguides.com/wp-content/uploads/2020/09/Featured-Genshin-Impact-How-to-Play-with-Friends-900x506.png') no-repeat center center;
  background-size: cover;
}
#container #profile-img {
  width: 160px;
  height: 160px;
  margin: -80px auto 0 auto;
  border: 6px solid #fce8f9;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(90, 90, 90, .3);
}
#container #profile-img img {
  width: 100%;
  background: #fff;
  border-radius: 50%;
}
#container #content {
  text-align: center;
  width: 320px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
#container #content h1 {
  font-size: 29px;
  font-weight: 500;
  margin: 20px 0 0 0;
  padding-bottom: 10px;
}
#container #content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  margin: 15 0 40px 0;
}
#container #content a {
  color: #000000;
  font-size: 14px;
  margin: 0 10px;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
#container #content a:hover {
  color: #2ecc71;
}
.centered {
  display: flex;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
}