body {
    margin: 0;
    padding: 0;
}

div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #13310d;
}

img {
    width: 8rem;
}

h1 {
    color: rgb(253, 233, 119);
}

p {
    color: whitesmoke;
}