*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
body{
    /* overflow: hidden; */
    background-color: #ded9dd;
}
.logocoio{
    /* height: 700px; */
    position:absolute;
}
.imgfon{
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.tepa{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container{
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imglogo{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ffffff;
    border:  1px solid rgb(255, 255, 255);
}
.textp{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    margin-top: 8px;
    text-align: center;
}
.h1nav{
    font-size: 24px;
    font-family: 'Alice', serif;
    font-weight: 700;
    line-height: 34px;
    color: rgb(255, 255, 255);
    margin-top: 8px;
    text-transform: capitalize;
    text-align: center;
}
.vikki{
    margin-top: 40px;
}
.yangp{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 10px;
}
.linkssay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    margin-top: 20px;
}
.dumalooq{
    padding: 20px 255px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 18px;
    background-color: rgba(91, 91, 91, 0.412);
    border-radius: 30px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.onta{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
@media(max-width: 455px){
    .container{
        position: relative;
        max-width: 455px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    *{
    overflow-x: hidden;
    
    }
    .tepa{
        margin-top: 10px;
    }
    .logocoio{
        position:absolute;
        /* width: 100%; */
        /* margin-top: 120px; */
        height: 100%;
        /* height: 1000px; */
    }
    .textp{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 26px;
        line-height: 24px;
        color: rgb(255, 255, 255);
        text-shadow: 1px solid rgb(255, 255, 255);
        margin-top: 8px;
    }
    .h1nav{
        font-size: 24px;
        font-family: 'Alice', serif;
        font-weight: 700;
        line-height: 34px;
        color: rgb(0, 0, 0);
        margin-top: 8px;
        text-shadow: 1px solid pink;
        text-transform: capitalize;
    }
    .dumalooq{
        padding: 20px 25px;
        font-family: 'Lato', sans-serif;
        text-align: center;
        font-size: 18px;
        background-color: rgba(255, 255, 255, 0.123);
        border-radius: 30px;
        text-transform: uppercase;
        
        /* display: none; */
    }
    body{
    /* overflow: hidden; */
        
    }
    .h1nav{
        /* display: none; */
    }
    .yangp{
        /* display: none; */
    }
    .imgfon{
        /* display: none; */
    }
    .tepa{
        /* display: none; */
    }
    .logocoio{
        /* margin-left: -500px; */
        /* width: 100%; */
        /* margin-top: 300px; */
    }
    .yangp{
        color: rgb(255, 255, 255);
        background-color: rgba(0, 0, 0, 0.181);
        text-shadow: 1px solid rgb(0, 0, 0);

    }
    .vikki{
        padding-bottom: 30px;
    }
    .dumalooq{
        background-color: #d5769e7b;
        color: rgb(255, 255, 255);
    }
}