img {
  border-radius: 10px;
}

Body {
    background-color:#ffe6ee;
    width: 790px;
    height: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-family: 'Tangerine', serif;
    font-size: 20px;
}


nav {
    background-color: white;
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    border: white solid 5px;
    margin-bottom: 20px;
}

.navlink{
    text-decoration:none;
    color:pink;
    padding:10px 46px 10px 46px;
    margin:8px
    display:inline-block;
    font-size:23px
}

.navlink:hover{
    background-color:MistyRose;
    color:white;
}

p{
    font-family: Verdana, sans-serif;
    line-height:22px;
    margin-top:5px;
    font-size:17px;
}

h3{
    font-family: Georgia, serif;
    margin-bottom:0px;
    font-size:21px;
}

.content{
    background-color:MistyRose;
    border:5px dashed #FFB6C1;
    border-radius:20px;
    margin:0px 20px 20px 20px;
    padding:0px 20px 0px 20px;
}

img{
    width:200px;
    margin:10px;
    border:4px pink solid;
}

.right{
    float:right;
    margin-left:15px;
}

.left{
    float:left;
    margin-right:15px;
}

footer{
    background-color:#358694;
    color:white;
}

section{
    width:840px;
    background-color:MistyRose;
    border:8px solid #FFB6C1;
    margin:0 auto;
    border-radius:20px;
    box-shadow:0 0 15px 3px #442518;
}


.p3 {
  font-family: "Lucida Console", "Courier New", monospace;
}



hr{
    border:3px dashed #FFC0CB ;
}

.subt{
    font-size:30px;
    margin-left:20px;
    font-family: 'Courier New', monospace;
    margin-bottom:0px;
    margin-top:0px;
    border:solid 5px #94653E;
    border-bottom:0px;
    border-radius:25px 25px 0px 0px;
    display:inline-block;
    padding-right:20px;
    background-color:#358694;
    color:white;
}

div.a {
  text-transform: uppercase;
}

div.b {
  text-transform: lowercase;
}

div.c {
  text-transform:  capitalize;
}