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

body{
    align-content: center;
    background-color: rgb(234, 206, 225);
}

img{
    width: 100%;
    height: 100%;
}   

h1, h2, h3{
    color: rgb(189, 43, 148); 
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
 
}