@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

@media (max-width: 767px) {
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: 'Lato', sans-serif;
    }

    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    .yuki-img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        /*******must change*******/
        margin-top: 30%;
        padding: 10px;
        border: solid 5px rgb(0, 87, 187);
        border-radius: 50px;
        box-shadow: 5px 5px 30px -5px rgb(0, 87, 187);
    }

    .fishus-img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30%;
        width: 70%;
        /*******must change*******/
        margin-top: 30%;
        padding: 10px;
        border: solid 5px rgb(187, 0, 0);
        border-radius: 50px;
        box-shadow: 5px 5px 30px 0px rgb(187, 0, 0);
    }

    .yuki {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        background-color: white;
        width: 100%;
        height: 50vh;
    }

    .fishus {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        background-color: rgb(0, 0, 0);
        width: 100%;
        height: 50vh;
    }

    .yuki-section {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        width: 100%;
        height: 30vh;
    }

    .fishus-section {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        width: 100%;
        height: 30vh;
    }

    .yuki-socialmedia {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
    }

    .fishus-socialmedia {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
    }

    .iconY {
        margin-bottom: 10px;
        width: 20%;
        cursor: pointer;
    }


    .iconF {
        margin-bottom: 20px;
        width: 20%;
        cursor: pointer;
    }

    .yuki-links {
        display: flex;
        justify-content: center;
        padding: 5px;
        margin: 5px;
        width: 100%;
    }

    .fishus-links {
        display: flex;
        justify-content: center;
        padding: 5px;
        margin: 5px;
        width: 100%;
    }

    .yuki-fb-links {
        position: absolute;
        visibility: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: none;
        border-radius: 10px;
        width: center;
        font-size: 14px;
    }

    .yuki-ig-links {
        position: absolute;
        visibility: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: none;
        border-radius: 10px;
        width: center;
        font-size: 14px;
    }

    .yuki-yt-links {
        position: absolute;
        visibility: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: none;
        border-radius: 10px;
        width: center;
        font-size: 14px;
    }

    .fishus-fb-links {
        position: absolute;
        visibility: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: none;
        border-radius: 10px;
        width: center;
        font-size: 14px;
    }

    .fishus-ig-links {
        position: absolute;
        visibility: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: none;
        border-radius: 10px;
        width: center;
        font-size: 14px;
    }

    .fishus-yt-links {
        position: absolute;
        visibility: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: none;
        border-radius: 10px;
        width: center;
        font-size: 14px;
    }

    .sm-link-yuki-fb {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: white;
        background: rgb(0, 76, 96);
        background: linear-gradient(90deg, rgba(0, 76, 96, 1) 0%, rgba(9, 73, 121, 1) 25%, rgb(0, 176, 211) 100%);
        padding: 8px;
        margin: 5px;
        flex-basis: 45%;
        text-align: left;
        border: none;
        border-radius: 10px;
    }

    .sm-link-yuki-ig {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: white;
        background: rgb(88, 0, 148);
        background: linear-gradient(90deg, rgba(88, 0, 148, 1) 0%, rgba(194, 0, 0, 1) 50%, rgba(195, 114, 0, 1) 100%);
        padding: 8px;
        margin: 5px;
        flex-basis: 45%;
        text-align: left;
        border: none;
        border-radius: 10px;
    }

    .sm-link-yuki-yt {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: white;
        background: rgb(93, 0, 0);
        background: linear-gradient(90deg, rgba(93, 0, 0, 1) 0%, rgba(156, 0, 0, 1) 30%, rgba(215, 0, 0, 1) 100%);
        padding: 8px;
        margin: 5px;
        flex-basis: 45%;
        text-align: left;
        border: none;
        border-radius: 10px;
    }

    .sm-link-yuki:hover {
        opacity: 80%;
    }

    .sm-link-fishus-fb {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: white;
        background: rgb(0, 76, 96);
        background: linear-gradient(90deg, rgba(0, 76, 96, 1) 0%, rgba(9, 73, 121, 1) 25%, rgb(0, 176, 211) 100%);
        padding: 8px;
        margin: 5px;
        flex-basis: 45%;
        text-align: left;
        border: none;
        border-radius: 10px;
    }

    .sm-link-fishus-ig {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: white;
        background: rgb(88, 0, 148);
        background: linear-gradient(90deg, rgba(88, 0, 148, 1) 0%, rgba(194, 0, 0, 1) 50%, rgba(195, 114, 0, 1) 100%);
        padding: 8px;
        margin: 5px;
        flex-basis: 45%;
        text-align: left;
        border: none;
        border-radius: 10px;
    }

    .sm-link-fishus-yt {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: white;
        background: rgb(93, 0, 0);
        background: linear-gradient(90deg, rgba(93, 0, 0, 1) 0%, rgba(156, 0, 0, 1) 30%, rgba(215, 0, 0, 1) 100%);
        padding: 8px;
        margin: 5px;
        flex-basis: 45%;
        text-align: left;
        border: none;
        border-radius: 10px;
    }

    .sm-link-fishus:hover {
        opacity: 80%;
    }

    .sm-icon {
        margin-right: 5px;
        width: 30px;
        height: 30px;
        border: solid rgb(200, 200, 200) 2px;
        border-radius: 50px;
    }

    .Yuki-bubble {
        width: 30%;
        display: none;
        justify-content: center;
        position: fixed;
        background-color: rgb(255, 255, 255);
        border-radius: 50px;
        color: rgb(0, 56, 161);
        bottom: 5px;
        padding: 10px;
    }

    .Fishus-bubble {
        width: 30%;
        display: none;
        justify-content: center;
        position: fixed;
        background-color: rgb(0, 0, 0);
        color: rgb(236, 16, 16);
        border-radius: 50px;
        bottom: 5px;
        padding: 10px;
    }

    .go-to-img {
        width: 80px;
        height: auto;
    }
}