*{
    box-sizing: border-box;
}
html{
    background-color: rgb(255, 233, 250);
}
h3{
     font-family: "spignarian-script", sans-serif;
font-weight: 400;
font-style: normal;
    font-size:85px;
    color: #000000;
    text-align: center;
}
.container{
    display: flex;
    justify-content: center; 
    align-items:center;
    height: auto;
    width: auto;
}
.item{
    display: flex;
}