* {
    box-sizing: border-box;
}

img {
    height: 50px;
 
}

body {
    background-color: rgb(184, 174, 255);
    text-align: center;
}
