body
{
    background-color:aquamarine;
}
h1, h3
{
    text-align:center;
}
#fontone
{
    width:70%;
    background-color: #fff;
    color:#333;
    margin:auto;
    border-radius:50px;
    border-style: dotted;
    border-color: aquamarine;
    padding:15px;
    font-family: vortice-concept, sans-serif;
    font-weight: 400;
    font-style: normal;
}
#fonttwo
{
    width:60%;
    background-color:bisque;
    color:black;
    margin:auto;
    border-radius:50px 0px 50px 0px;
    border-style:double;
    border-color: brown;
    padding:15px;
    font-family: sail, sans-serif;
    font-weight: 400;
    font-style: normal;
}
#fontthree
{
    width:70%;
    background-color:cornflowerblue;
    color:black;
    margin:auto;
    border-radius:90px 90px 90px 90px;
    border-style:dashed;
    border-color:darkblue;
    padding:15px;
    font-size:20px;
    font-family: willow-std, serif;
    font-weight: 400;
    font-style: normal;
}
#fontfour
{
    width:60%;
    background-color:lightseagreen;
    color:white;
    margin:auto;
    border-radius:0px 90px 0px 90px;
    border-style:inset;
    border-color:lightslategray 30px;
    padding:15px;
    font-size:20px;
    font-family: megrim,sans-serif;
font-weight: 400;
font-style: normal;
}
a
{
    color:rgb(6, 90, 86);
    margin:auto;
    text-align:center;
}
a:hover
{
    color:white;
}
strong
{
    color:rgb(6, 90, 86);
    text-align:center;
}
p
{
    text-align:center;
}