body{
    font-family:Verdana;
    margin: 0px;
    background-image: url("https://amandasilvafinearts.neocities.org/IMG_4567.jpeg");

}


main{

    margin-left: 0px;

    margin-right: 0px;

}

h1{

    text-align: center;
}

.navbar ul { width:1750px; height:50px;
    list-style-type: none;
    background-color:#0879C9;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    width:100%;
    
    
}

.navbar a{
    color: #8ECDFA;
    text-decoration: none;
    padding: 80px;
    text-align:center;
}
.navbar a:hover{

    background-color:#F87C63;
}
.navbar li{
   float: left;
  }
/*
1. Place all children next to each other.
2. Allow children to wrap to a new line, if they don't fit next to each other.
3. Set spacing between the children.
*/
.image-row {
    float:center;
    display: flex;      /* 1 */
    flex-wrap: wrap; /* 2 */
    gap: 50px;         /* 3 */
}

/* Remove default margin from figure elements nested inside an element belonging to the "image-row" class. */
.image-row figure {
    margin: 50;
}
.image-row{
    filter: drop-shadow(2px 2px 10px #F87C63);
}
.bottom-row{
      filter: drop-shadow(2px 2px 10px #F87C63);
}








