.photo
{
    width: 101%;
    margin-right: -10px;
    justify-content: center;
}
.title
{
    width: 100%;
    position: absolute;
    text-align: right;
    justify-content: center;
    font-size: 150px;
    color:whitesmoke;
    text-shadow: 6px 4px 10px black;
    margin-top: 200px;
    margin-left: 20%;
    display: flex;
}

body {
    width: 100%;
    background-color: #252525;
}

.about {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 50px;
    color: white;
    font-weight: bold;
    width: 25%;
    margin-left: 740px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
}
.about:hover
{
    text-shadow: 3px 2px 10px palevioletred;
}
.content {
    margin-top: 5%;
    display: flex;
    margin-bottom: 4%;
    justify-content: center;
}

p {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.end {
    margin:-0.5%;
    color: lightgray;
    width: 101%;
    height: 180px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    clear: both;
    padding: 2%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    
}
#fig figure { 
    justify-content: center;
    align-items: left;
    display: flex;
    padding: 20px;
    
}

#fig figure img{
    max-width: 500px;
    max-height: 358px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;  
}

#fig figcaption {
    width: 1000px;
    height:318px;
    display: block;
    float: left;
    background-color:lightgray;
    color: #252525;
    text-align: justify;
    padding: 20px;
    overflow: hidden;
    border-color: white;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    
    
}

#fig figcaption h2 {
    font-size: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#fig figcaption p {
    font-size: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
a {
    text-decoration: none;
}
.sweetness
{
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}