* {
    box-sizing: border-box;
    margin: 0;
    padding:0;
}

body{

  font-family: "Almendra", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(160, 27, 27);


   

    background-color: darkolivegreen;
    background-image: url("sper.jpeg");
    backdrop-filter: blur(4px) saturate(10%);
    background-size:cover ;
    background-attachment: fixed;
    padding: 0;
background-repeat: no-repeat; }

.manifesto { align-content:center;
    align-items: center;
    align-self: center;
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
}


.background {
    position: absolute;
    top: 0px;
    right: 6%;
    width: 600px;
    height: auto;
    min-height: 900px;
    background-color: black;
    border: none;
    border-radius: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    bottom: -5px;

}