@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    /* background-image: url(img/background-1.png); */
    background: url('img/background-1.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.lastResult {
    color: white;
    padding: 3px;
}

.cus-margin-1 {
    margin-top: 200px;
}

@media screen and (min-width: 351px) and (max-width: 380px) {
    .cus-margin-1 {
        margin-top: 100px;
    }
}

@media screen and (min-width: 320px) and (max-width: 350px) {
    .cus-margin-1 {
        margin-top: 20px;
    }
}

.btn-1 {
    margin-top: 10px;
}