* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #7393B3;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    height: 500px;
    width: 300px;
}