body, #root {
    height: 100vh;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    overflow: hidden;
    color: #6D4D4D;
}

#background-img {
    mix-blend-mode: soft-light;
    height: 398px;
    width: 540px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    bottom: -20px;
    background-size: contain;
    pointer-events: none;
}

*, :after, :before {
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
