html {
    background-color: palevioletred;
}

#door {
    position: absolute;
    top: 8cm;
    left: 20cm;

    cursor: pointer;
}


#title {
    position: absolute;
    top: 3cm;
    left: 12cm;

    font-size: 36pt;
    color: #8b2323;
}

#title mark {
    color: #0f750b;
    background-color: transparent;
}

.text_section {
    background-color: rgb(247, 137, 179);
    color: #680909;

    padding: 0.2cm;
    height: 8.5cm;
    width: 15cm;
}

#left_section {
    position: absolute;
    top: 9cm;
    left: 2.2cm;
}

#right_section {
    position: absolute;
    top: 9cm;
    left: 29cm;
}
