body{
    margin: 0%;
    padding: 0%;
    background-color: rgb(212, 138, 150);
}
h1 strong{
margin-left: 50px;
text-decoration: underline;
font-size: 25px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-weight: 25px;
}
nav ul{
    display: flex;
    margin-left: 700px;
    margin-top: -50px;
    list-style-type: none;
}
a{
    vertical-align: auto;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    color: black;
    font-size: 15px;
    text-decoration: none;
}
h2{
    font-size: 25px;
    font-weight: 50px;
    margin-left: 40px;
}
h2 span{
    font-size: 25px;
    color: hsla(0, 93%, 49%, 0.765);
}
p{
    margin-left: 40px;
    color: rgba(0, 0, 0, 0.964);
}
h3{
    margin-left: 40px;
    color:  hsla(0, 93%, 49%, 0.765);
    margin-right: 1075px;
    border-radius: 02px;
    border: 5px solid white;
    justify-content: center;
    background-color: aliceblue;
} 

