* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    font-family: 'Lato', Lato, sans-serif;
    background-image: url('./img/ic_bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
}

.page {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.logo {
    position: absolute;
    top: 200px;
    left: 127px;
    width: 102px;
    height: 102px;
}

.logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.title-group {
    position: absolute;
    left: 127px;
    top: 395px;
    width: auto;
}

.line-total {
    font-family: 'Lato', Lato, sans-serif;
    font-weight: 700;
    font-size: 80px;
    color: #000000;
    line-height: 80px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}

.line-editor {
    font-family: 'Lato', Lato, sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 60px;
}

.subtitle {
    font-family: 'Lato', Lato, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FF5151;
    line-height: 80px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.button-image {
    position: absolute;
    left: 77px;
    top: 620px;
    cursor: pointer;
}

.button-image img {
    display: block;
    width: 400px;
    height: 350px;
    height: auto;
}

.footer-links {
    position: absolute;
    left: 127px;
    bottom: 40px;
    font-family: Lato, Lato;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-links a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.footer-links a:hover {
    text-decoration: underline;
}

.separator {
    margin: 0 5px;
    color: #000;
}

@media (max-width: 900px) {

    .logo,
    .title-group,
    .button-image,
    .footer-links {
        left: 60px;
    }
}