body{
    background-image: url(kami.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: ;

    margin: 0;
    padding: 0;
}
.container{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.container img{

  width: 350px;
  height: 350px;
  border-radius: 100%;
  justify-content: center;
  margin-top: 2vh;
  

}
.text {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
      justify-content: center;
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   
   
   align-items: center;
    
}

article{
  display: flex;
  flex-direction: column;
  padding: 20px;
           height: 68vh;
    width: 70vh; 
  border-radius: 5%;
  background-color: rgba(255, 255, 255, 0.2); 
    text-align: ;
        backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  font-family: "comic sans MS",cursive ;
     
}
h1{
  text-align: center;
}