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

body{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(135, 84, 189);
}

img{
    display: block;
    max-width: 90%;
    /* height: auto; */
    /* transform: scale(.76); */

}