body {
    text-align: center;
    font-family: Arial;
}

.alpaca {
    position: relative;
    width: 400px;
    height: 400px;
    margin: auto;
}

.alpaca img {
    position: absolute;
    width: 400px;
    left: 0;
    top: 0;
}

button {
    padding: 8px 12px;
    margin: 5px;
    cursor: pointer;
}