body {
    margin: 0;
    padding: 0;
    background-color: #F8F8FD;
    background-image: url('../images/bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    img {
        width: calc(100% - 80px);
    }
}