body {
  background:rgb(28, 27, 27);
  padding: 0 24px;
  margin: 0;
  height: 100vh;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
embed{
  position: fixed;
  height: 100vh;
  width: 100vw;
}
h1{
  color:#fcfcfc;
  font-size: 30px;
position: center;

}

img{
position: absolute;
height:300px;
border:2px;
border-radius: 5%;
}
