body 
{
    background-color: black;
}

.first p
{
    margin: 20px 10px;
    padding: 5px;
    height: 0px 10px;
    width: 300px;
    border-left: solid ;
    outline: double;
    background-image:;
    color: red;
    float: auto;
    text-align: left;
    
}
.second p
{
    margin: 20px 150px;
    padding: 0px 5px;
    height:  0px 10px;
    width: 300px;
    border-left: double orange;
    outline: 3px double orange;
    background-image:;
    color: orange;
    float: auto;
    text-align: right;
}
.third p
{
    margin: 20px 300px;
    padding: 0px 5px;
    height: 0px 5px;
    width: 300px;
    border: groove gold;
    outline: 10px outset gold;
    background-image:;
    color: gold;
    float: justify;
    text-align: left;

}
.fourth p
{
    margin: 30px 450px;
    padding: 0px 5px;
    height: 0px 5px;
    width: 300px;
    border-left: inset green;
    outline: 10px inset green;
    background-image:;
    color: green;
    float: justify;
    text-align: right;

}
.fifth p
{
    margin: 40px 600px;
    padding: 0px 5px;
    height: 0px 5px;
    width: 500px;
    border-left: 10px dotted aqua;
    outline: 5px dotted aqua;
    background-image:;
    color: aqua;
    float: center;

}

