body {
    background-image: url(images/back.png);
    font-family: 'Winky Sans', sans-serif;
    background-color: whitesmoke;
    text-align: center;
}
#title1 {
    font-family: 'Joti One', serif;
    display: inline-block;
    border: 3px solid black;
    border-radius: 25px;
    background-color: whitesmoke;
    position: relative;
    padding: 10px 20px;
    margin: 10px auto 10px;
}
img {
    border: 5px solid black;
    display: block;
    width: 600px;
    height: auto;
    border-radius: 10px;
    margin: auto;
}
figure{
    box-sizing: border-box;
    float: left;
}
h2 {
    color: black; 
    background-color: whitesmoke; 
    border-radius: 25px;
    border-left: 5px solid black;
    margin: 10px auto 10px;
    width: 300px;
}
.description{
    margin-top: 20px;
    margin-bottom: 0;
}
a {
    color: black;
    text-decoration: overline;
}
p {
    margin: 20px auto;
    padding: 10px;
    border: 5px solid whitesmoke;
    border-radius: 15px;
    background-color: whitesmoke;
    text-align: left;
}
.center{
    float: right; 
    box-sizing: border-box;
    width: 45%;
    margin: 20px;
}
hr {
    margin-top: 30px;
    border:ridge;
    height: 3px;
    width: 300px;
    background-color: black;
    clear: both;
}