*, *::after, *::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
}
.wrapper, .text-number, .main-text, .view-number, .p-users, .user-all, .logo{
    transition: all 2s;
}

.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 5vh 0;
}


.no-select{
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none; 
            user-select: none;
}

header.header{
    margin: 30px 1vh 0 30px;
}
.logo {
    display: block;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));

    max-width: 30%;
}

.user-all {
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    
    height: 50px;
    padding: 10px 0 0 10px;
}

.backuserall {
    display: block;
    position: relative;
    float: right;
    max-width: 100px;
    margin-top: -50px;
}


.icon-all {
    width: 30px;
    height: 30px;
}
p.text-number {
    display: flex;
    color: #000000;

    font-family: 'Playpen Sans', cursive;
    font-size: 20px;
    font-style: bold;
    font-weight: 400;
    margin: 0 13px 0 10px;
}
#theme {
    max-width: 100px;
}


.content {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    width: 60%;
    display: block;
    margin: auto;
    container-type: inline-size;
}
.main-text{
    display: block;
    padding: 50px;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;

}
.tools{
    display: flex;
    padding-bottom: 10px;
}
.tool-button{
    border-style: none;
    border-radius: 100px;
}
.views, .like, .dislike, .right-button{
    margin: auto;
}
.left-button, .right-button{
    width: 155px;
    height: 155px;
    stroke: #B0B0B0;
}
.views{
    display: flex;
    margin-bottom: 30px;
}
.view-eye{
    width: 50px;
    height: 50px;
}
.view-number{
    display: flex;
    color: #B0B0B0;
    font-size: 35px;
    font-family: "Open Sans";
    text-align: center;
    margin-left: 5px;
}
.like, .dislike{
    color: #B0B0B0;
}
.like-button, .dislike-button {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    stroke: #B0B0B0;
    /*transition: all 2s;*/
}
.button-number{
    text-align: center;
    font-size: 30px;
    font-family: "Open Sans";
    color: #B0B0B0;
}
.left-button:hover, .right-button:hover{
    stroke: #707070;
}


.footer {
    margin-top: 0;
}
.footer-color {
    position: absolute;
    width: 100%;
    height: 400px;
    background: #192650;
    display: flex;
    flex-wrap: nowrap;
}
.footer-logo {
    position: sticky;
    margin: 0 auto;
}
.footer-img {
    display: block;
    margin: 0 auto;
}
.footer-text {
    margin: -15px 0 0 0;
}
.text-w {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    margin: 0 auto;
    width: 344px;
    color: #ffffff;
    text-align: center;
}
.text-c {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    width: 120px;
    color: #ffffff;
    margin: 0 auto;
}

.to-tg, .to-github {
    margin: auto;
    text-decoration: none;
}

.tg-group, .github {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.text-ref {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    text-align: center;

    color: #FFFFFF;
}

@container (max-heigth: 450px) {
    .content {
        heigth: 100%;
    }
}