body{
    background-color:black;

}
*{box-sizing: border-box;}

h1{
text-align: center;
color:turquoise;
font-family: "Arial";
font-style: normal;
font-size: 50px;
}

p{
text-align: center;
color:turquoise;
font-family: "Arial";
font-style: normal;
font-size: 25px;
}

/*div.right{
    background-color:black;
    position:absolute;
    top: 100px;
    right:5px;
    height:745px;
    width:835px;
    border:solid hotpink 1px;
}


div.left{
    background-color:black;
    position:absolute;
    top:100px;
    left:5px;
    height:745px;
    width:835px;
    border:solid hotpink 1px;
}*/

