h1
{
    background-color: red;
border: 20px solid green;
    margin-top: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 666px;
    padding: 10px ;
    overflow: hidden;
    float: right;
}
h2
{
    font-size: 39px;
    background-color: blue;
border: 20px dashed red;
    margin-left: 777px;
    border-radius: 400px;
    margin-top: 0px;
    padding: 50px ;
}
h3
{
    font-size: 50px;
    background-color: yellow;
border: 20px groove hotpink;
border-radius: 400px;
overflow: hidden;
float: right;
    margin: 10px 50px 40px ;
    padding: 30px ;
}
h4
{
    font-stretch: 50%;
    writing-mode: vertical-lr;
    line-height: 300%;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 40px;
    background-color: rgb(240, 59, 194);
    border-top: 10px dotted pink;;
    border-left: 50px dotted pink;;
    border-right: 40px dotted pink;;
    border-bottom: 80px dotted pink;;
    margin-top: 10px;
    margin-left: 50px;
    margin-bottom: 40px;
    margin-right: 60px;
    padding-top: 40px;
    padding-left: 50px;
    padding-bottom: 30px;
    padding-right: 40px;
    box-shadow: -10px 14px 3px #68004e, -5px -10px 20px rgb(183, 0, 255)
}
body
{
    background-color: rgb(81, 255, 0);
}
h5
{
    margin-top: -700px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 666px;
    padding: 10px ;
    overflow: hidden;
    float: right;
}