body {
    margin: 0;
    background-color: white;
    display: flex;
    justify-content: center;
}

.main {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-evenly;
    background-color: white;
}

h3 {
    text-align: center;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10vh;
}

.nav div {
    font-size: 26px;
}

.ins, .tg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.qr-code {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 30vw;
    height: 30vh;
    display: flex;
    margin: 20px;
}

.tg-msg {
    text-align: center;
    width: 80%;
    margin: 0;
    font-size: x-large;
    background-color: blue;
    color: white;
    border: 1px solid blue;
    border-radius: 15px;
}

.ins-msg {
    text-align: center;
    width: 80%;
    margin: 0;
    font-size: x-large;
    background-color: blue;
    color: white;
    border: 1px solid blue;
    border-radius: 15px;
}

.ins-msg-on-tg {
    text-align: center;
    width: 80%;
    margin: 0;
    font-size: x-large;
    border: 1px solid blue;
    border-radius: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.tg-msg-on-tg {
    text-align: center;
    width: 80%;
    margin: 0;
    font-size: x-large;
    border: 1px solid blue;
    border-radius: 15px;
    margin-top: 10px;
    cursor: pointer;
}

img {
    border: 2px solid blue;
    border-radius: 15px;
}

.contact-with-me-msg {
    display: flex;
    width: 80%;
    justify-content: center;
}

.contact-with-me-msg div {
    font-weight: bold;
    font-size: 25px;
}

img {
    cursor: pointer;
}

.jua-regular {
    font-family: "Jua", sans-serif;
    font-weight: 400;
    font-style: normal;
}


@media screen and (max-width: 680px) {
    .nav {
        height: 10vh;
    }

    .qr-code {
        width: 100vw;
        height: 50vh;
        margin: 10px;
    }
}

.hidden {
    display: none;
}