

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #B4BA8B;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100%;

    font-family: Arial, Helvetica, sans-serif;
}

img {
    width: 75px;
    margin-top: -37.5px;
}
p {
    color: white;
    font-size: 2rem;
}