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

.bg_main{
    background: url(images/bg_flp.png)no-repeat;
    background-size: cover;
    background-color:  #eeb0b2;
    height: 70vh;
    background-position: 50% 50%;
    width: 100%;
    transform: rotateZ(360deg);
}


.ab_bg{
    background: url(images/about_bg2.png)no-repeat;
    background-size: cover;
    background-color:  #eeb0b2;
    height: 70vh;
    background-position: 50% 50%;
    width: 100%;
    transform: rotateZ(360deg);
}

.nav-link{
    font-size:xx-large ;
    font-family: 'Times New Roman', Times, serif;
}

.icon1{
    font-size: 8em;
}

.btn{
    background-color:#ffb2b5;
    color: white;
    border-color:#ffb2b5;
}

.btn:hover{
    background-color:white;
    color:#ffb2b5;
    border-color:white; 
}

.inbg{
    background: url(images/karolina.jpg) no-repeat;
    background-size: cover;
    height: 70vh;
}

.inbg2{
    background: url(images/liana.jpg) no-repeat;
    background-size: cover;
    height: 70vh;
}

.img{
    width: 100px;
    height: 100px;
    border-radius: 5em;
    border-color: transparent;
    color: #ffb2b5;
}

.logo{
    font-size: xx-large;
    color: black;
}

.ab_bg .pan1 .pan2 .pan3
{
   font-size: 70px;
   color: #ff989b; 
}

p{
    font-size: x-large;
}

.line1 .card {
  cursor: pointer;
  transition: 150ms ease;
  transform-style: preserve-3d;
}

.line1 .card:hover {
  transform: translate3d(0, 0, 10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  scale: 1.02;
}

.vmore a{
    text-decoration: none;
    background-color: #fd757a;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    transition: 150ms ease;
}

.vmore a:hover{
    background-color: white;
    color: #ff989b;
}

@media screen and (max-width: 678px) {
    .ab_bg .pan1 .pan2 .pan3
    {
        font-size: 30px;
        color: #ff989b;
    }
}

@media screen and (width: 768px) {
    .ab_bg .pan1 .pan2 .pan3
    {
        font-size: 50px;
        color: #ff989b;
    }
}
