body {
background-color: rgb( 75 75 75);
}

p {
color: white;
font-size: 70px;
line-height: 0px;
font-family: courier new;
font-weight: bolder;
}

.p1 {
color: white;
font-size: 30px;
line-height: 0px;
font-family: courier new;
font-weight: normal;
}
#div1 {
border-style: solid;

padding: 0px;
color: black;
background-color: black;
margin-left: 35%;
margin-top: 8%;
width: 500px;
height: 500px;






}

#div2 {
border-style: solid;
border-color: white;
border-width: 2px;
position: relative;
padding: 0px;
margin-top: 14px;
margin-left: 14px;
width: 470px;
height: 470px;
}

#div3 {
border-style: solid;
border-color: white;
border-width: 2px;
position: relative;
padding: 0px;
margin-top: 9px;
margin-left: 9px;
width: 450px;
height: 450px;

}

