body {
    background-image: url('./r.jpeg');
    background-position: center;
    background-size: cover;

    width: 100%;
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 30px;
    font-weight: 700;

    font-family: 'Lato', sans-serif;
    overflow: hidden;

    padding: 0;
    margin: 0;
}

div {
    padding: 10px;
    background-color: #ffe200bd;
    color: rgb(48, 48, 48);
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #0000007d;
    width: 500px;
}

.back-in {
    font-size: 17px;
}

#text {
    font-size: 25px;
    width: 100%;
    text-align: center;
    color: #bc02bc;
}

@media (max-width: 700px) {
    div {
        width: 100%;
    }
}