* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
}

div {
    overflow-wrap: break-word;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 40px;
    text-align: center;
}

.lemon {
    height: 350px;
    width: 250px;
}

h1 {
    color: #191919;
    font-family: 'Suez One', serif;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 0;
}

p {
    color: #191919;
    font-family: 'IBM Plex Serif', serif;
    font-size: 16px;
    margin: 0;
}

.marval-logo {
    margin-top: 40px;
    height: 25px;
    width: 120px;
}