body {
    background-color: aqua;
    border-color: black;
    border: solid 30px;
    margin: auto; 
    border-radius: 25px;
    background-image: linear-gradient(to bottom right, aqua, yellowgreen);

}
#jello{
    width: 1024px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid gray;
    
}
.bodflex{
    display: flex;
    
}
.navflex{
    display: flex;
    flex-direction: column;
    background-color: rgb(241, 245, 245);
    width: fit-content;
    padding-right: 5px;
    border-radius: 25px;
    justify-content: space-evenly;
    flex: 50%;
    
    
}
.photoflex{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: end;
    gap: 10px;
    border: 5px black solid;
    width: 70%;
    padding-right: 10%;
    right: 100px;
    flex: 50%;
    
    
}

.photoflex2{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    
    border: 5px black solid;  
}
.headingflex{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: flex-end;
    width: 70%;
    border: 5px black solid;
}

