@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu+Condensed&display=swap');
/* font-family: 'Bitter', serif;
font-family: 'Ubuntu Condensed', sans-serif; */

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.section{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.container{
    Width: 100%;
    height: 100%;
    display: flex;    
    overflow: hidden;
}
.col-1{
    width: 35%;
    height: 100%;
    padding: 10% 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col-2{
    width: 65%;
    height: 100%;
    display: flex;
}
.text{
    font-size: 2vw;
    text-align: center;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.nickname{
    font-size: 1.5vw;
    margin-top: 50px;    
    text-align: center;
    font-weight: 900;    
    font-family: 'Bitter', serif;
}
.col-3{
    width: 50%;
    height: 100%;
}
.col-4{
    width: 25%;
    height: 100%;
}
.col-5{
    width: 25%;
    height: 100%;
}
.kartinka31{
    width: 100%;
    height: 70%;
    background-image: url(varya.jpg);
    background-size: cover;
    background-position: center top;
}
.kartinka32{
    width: 50%;
    height: 30%;
    float: left;
    background-image: url(alisa.jpg);
    background-size: 150%;
    background-position: center center;
}
.kartinka33{
    width: 50%;
    height: 30%;
    background-color: crimson;
    float: left;
}
.kartinka41{
    width: 100%;
    height: 25%;
    background-image: url(karina2.jpg);
    background-size: cover;
    background-position: center center;
}
.kartinka42{
    width: 100%;
    height: 75%;
    background-image: url(masha2.jpg);
    background-size: cover;
    background-position: center;
}
.kartinka51{
    width: 100%;
    height: 33%;
    background-image: url(angelina.jpg);
    background-size: cover;
    background-position: center top;
}
.kartinka52{
    width: 100%;
    height: 33%;
    background-color: blueviolet;
}
.kartinka53{
    width: 100%;
    height: 34%;
    background-image: url(nastya.jpg);
    background-size: cover;
    background-position: center bottom;
}