p{
    text-indent: 20px;
    text-transform: capitalize;
    color: black;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 5px;
    border-radius: 5px;
    border: 3px solid black;
}
a:link{
    color: bwhite;
}
a:hover{
    color: aqua;
}
a:active{
    color: blue;
}
a:visited{
    color: chartreuse;
}
.reach{
    background-color: azure;
    margin-top: 5px;
    border-radius: 5px;
    border: 3px solid black;
}
.email{
    margin-bottom: 5px;
}