@import url('https://fonts.googleapis.com/css2?family=Single+Day&display=swap');

body {
    min-height: 100%;
}

section {
    font-family: 'Single Day', cursive;
    margin: 0 auto;
    width: 60%;
    padding-top: 20%;
    font-size: 100pt;
}

.blush {
    color: #FE828C
}