* {
    margin-top: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

page {
    background: #FCF5E5;
    display: block;
    margin: 24px auto;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;

    border: 5px solid #ffe180;
    position: relative;
}

page[size="A4"] {  
    width: 21cm;
    height: 29.7cm;
    padding: 24px 36px;
}

page[size="A4-long"] {  
    width: 21cm;
    height: 34.7cm;
    padding: 24px 36px;
}

page[size="A4-very-long"] {  
    width: 21cm;
    height: 79.4cm;
    padding: 24px 36px;
}

.answer-check {
    position: absolute;
    top: 24px;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
}

h1::before {
    content: url('seal.png');
    height: 50px;
    vertical-align: -80%;
    margin-right: 12px;
}

h1 {
    margin-top: 24px;
    text-align: center;
}

.flavour {
    font-style: italic;
    padding-bottom: 24px;
    border-bottom: 1px solid #333333;
}