body {
    background-color: rgb(243, 240, 240);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    text-align: center;
    color: rgb(93,90,87);
}

h1 {
    margin-bottom: 20px;
    font-size: 25px;
}

img {
    max-width: 90%;
    height: auto;
}