* {
    margin: 0;
    height: 100vh;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dfcfbf;
}

img {
    width: 80%;
    height: auto;

}

p {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}