body {
    background: #c357b3;
    display: grid;
    place-items: center;
    height: 100vh;
    margin: 0;
}

.card {
    background: rgb(225, 190, 220);
    border-radius: 4px;
    height: 85vh;
    width: 85vw;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

img.valentines {
    max-height: 50%;
    max-width: 50%;
    padding: 1em;
}

.space {
    height: 100px;
}

.text {
    padding: 1em;
    color: black;
    font-weight: bold;
}