@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Cormorant+Infant:wght@300&display=swap');
body{
    background: rgb(142,234,234);
background: linear-gradient(180deg, rgba(142,234,234,1) 0%, rgba(251,173,173,1) 60%);
/* background: rgb(73,233,233);
background: linear-gradient(180deg, rgba(73,233,233,1) 0%, rgba(255,255,255,1) 50%, rgba(245,120,120,1) 100%); */
/* background: rgb(63,94,251);
background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%); */
/* background: rgb(73,233,233);
background: linear-gradient(145deg, rgba(73,233,233,1) 0%, rgba(245,120,120,1) 66%); */
background: rgb(73,233,233);
background: linear-gradient(145deg, rgba(73,233,233,1) 0%, rgba(255,255,255,1) 50%, rgba(245,120,120,1) 100%);
    line-height: 110px;
    color: #534559;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.section{
    width: 100%;
    height: 100vh;
    font-family: 'Cormorant Garamond', serif;
  overflow: hidden;
    
}
.glavniy{
    width: 30%;
    height: 90vh;
    background: url('https://i0.wp.com/images.unsplash.com/photo-1554189097-ffe88e998a2b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8MXx8fGVufDB8fHx8&w=1000&q=80');
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px #fcaeae;
    background-size: cover;
    border-radius: 15px;
    margin-top: 5vh;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    justify-content: center;
}
.photo{    
    width: 60%;
    background-image: url('images/mama.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 50px;
}
.text{
    text-align: center;
}

h2{
    font-size: 2.5vw;
    margin-bottom: 30px;
}

h1, h3{
    font-size: 2vw;
}

h1{
    text-align: center;
    padding: 0 10%;
    line-height: 1.5vw;
    margin-bottom: 50px;
}