  a {
  text-decoration: none;
  color: white;
  }
  h1 {
    text-align: center;
  }
body {


  background-image: url("hallon.png");
    background-size: 160vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
   
}

.item {
   font-family:'nunitoextralight';
  font-size:1.4rem;
    margin:0 auto;
  border: #FFD200;
  border-radius: 0.5em;
  border-color: white;
  padding: 10px;
  width: 10em;
  justify-content: center;
  text-align: center;
  

}


.container {
  backdrop-filter: blur(4px);
  border color: white;
  border: 25px;
  border-radius: 0.5em;
    padding: 19px;
  width:55%;
  padding-right: auto;
  padding-right: auto;
  height: auto;
  display: block;
  margin:auto;
  text-align: center;
    justify-content: center;
    
}


h1 {
  color:white;

}
p {text-align: center;}
 p4 {color:white;}