*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

a:link {
    transition: opacity 0.5s;
}

nav{
    background-color: #fdb8e6;
    height: 80px;
    align-content: center;
}

nav, a{
    color: rgb(202, 145, 179);
    opacity: 0.6;
    padding-top: 8px;
    padding-left: 10px;
    font-size: large;
}

nav, a:hover{
    color: white;
    opacity: 1;
}


body{
    background-color: #000000e3;
}

h4{
    font-size: 30px;
    padding-left: 15px;
    margin-top: 10px;
    color: rgb(248, 191, 231);
    
}

p{
    font-size: 18px;
    padding-left: 15px;
    margin-top: 5px;
    color: rgb(255, 255, 255);
}

a:link{
    padding-left: 2px;
}


.flower2{
    width: 500px;
    height: 500px;
}

.flower1{
    width: 500px;
    height: 500px;
}

img:hover{
    opacity: 1;
}

figure{
    position: relative;
}

figure img{
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 70px;
}

figure .flower1{
    opacity: 1;
}

figure .flower2{
    opacity: 1;
}

figure:hover .flower2{
    opacity: 1;
}
img{
    opacity: 0.25;
    transition: opacity 500ms;
    width: 400px;
    margin-left: 20px;
    margin-top: 20px;
    height: auto;
}
