body {
    background: #F4E98C;
    color: #000000;
    margin: auto;
    max-width: 1280px;
}

img {
    border-radius: 10px;
    border: 5px solid white;
    box-shadow: 10px 10px 5px #99995D;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
