html, body {
    font-family: Arial, serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #efeeee !important;
}

img {
    width: 50%;
    height: auto;
}

.logo img {
    width: 40%;
}

.logo {
    border-bottom: 1px solid black;
}

p {
    text-align: center;
}
