@import url(https://db.onlinewebfonts.com/c/066ce24dae3730ed6c648b09efaea93a?family=Acumin+Variable+Concept);

body {
background-color :  #71ba47;
padding: 0;
margin:  0;
font-family: "Acumin Variable Concept";
}

.container {
height:100dvh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}