h1{
    text-decoration: underline;
    letter-spacing: 5px;
    display: inline;
    position: relative;
    left: 25px;
}
span{
    color: red;
}
button{
    color: burlywood;
}
body{
    background-color: yellow;
}
a{
    display: inline;

    position:relative;
    left: 400px;
    color: black;
}
h2{
    color: black;
}
p{
    font-size: 25px;
    padding: 20px;
    text-align: justify;

}
ul li{
    font-size: 25px;
    padding: 10px;
}
svg circle{
    fill: none;
    stroke: red;
    stroke-width: 10px;
    transform: translate(5px,5px);
}
svg{
     height: 150px;
    width: 150px;
    stroke-dasharray: 439px;
}
