body{
    background-image: url("blurred.png");
    background-size: cover;
}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
nav{
    height: 80px;
    margin-top: 20px;
    background-color:  rgba(244, 162, 255, 0.5);
}
label.logo{
    font-size: 3vw;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
    color: white;
}
nav ul{
    float: right;
    margin-right: 50px;
    margin-top: 5px;
    
}
nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 30px;
    position: relative;
}
nav ul li a{
    font-size: 2vw;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}
nav ul li:after{
    content: '';
    height: 3px;
    width: 0%;
    background: #009688;
    position: absolute;
    left: 0;
    bottom: 25px;
    transition: 0.5s;

}
nav ul li:hover:after{
    width: 100%;
}
.mother{
    position: relative;
   
    width: 100%;
    height: 550px;
    padding: 0;
    margin: 0;
   
}
.pic1{
   position: relative;
   background-image: url("pic1.jpeg");
   width: 500px;
   height: 300px;
   margin: 30px;
   background-size: cover;
   border-radius: 10px;
   border: 2px solid black;
   float: left;
}
.pic2{
    
    background-image: url("pic2.jpeg");
    width: 500px;
    height: 300px;
    margin: 30px;
    background-size: cover;
    border-radius: 10px;
    border: 2px solid black;
    float: right;
 }
 
 .pic3{
    background-image: url("pic3.jpeg");
   width: 500px;
    height: 300px;
   margin: 30px;
   background-size: cover;
   border-radius: 10px;
   border: 2px solid black;
   float: left;
    
 }
 .pic4{
    background-image: url("pic4.jpeg");
     width: 500px;
    height: 300px;
    margin: 30px;
    background-size: cover;
    border-radius: 10px;
    border: 2px solid black;
    float: right;
 }
 .pic5{
    position: relative;
    background-image: url("pic5.jpeg");
    width: 500px;
    height: 300px;
    margin: 30px;
    background-size: cover;
    border-radius: 10px;
    border: 2px solid black;
    float: left;
 }
 .pic6{
    background-image: url("pic6.jpeg");
     width: 500px;
    height: 300px;
    margin: 30px;
    background-size: cover;
    border-radius: 10px;
    border: 2px solid black;
    float: right;
    background-size: cover;
 }
        