html{
    background-color: rgb(82, 78, 78);
}

h1{
text-align: center ;
color: white;
}


p{
color: white;    
border: solid 10px ;
border-radius : 40px ; 
border-color: black ;
background-color: black ;
font-family: Arial, Helvetica, sans-serif ;
text-align: center;
font-size: 25px ;
height: 400px ;
width:310px ;
position: absolute ;
right:200px;
}

img{
position: relative;
border: solid ;
border-radius: 40px ;
right:580px;
top:90px;
}

.a1{
color: white;
background-color: black;
font-family:Arial, Helvetica, sans-serif ;    
border: solid black 10px ;
border-radius: 40px;
font-size: 55px;
position: absolute ;
top: 670px;
right:300px ;
text-decoration: none;
}

.a2{
color: white;
background-color: black;
font-family:Arial, Helvetica, sans-serif ;    
border:solid black 10px;
border-radius:40px ;
font-size: 55px;
position: absolute ;
top: 670px;
left:360px ;  
text-decoration: none;
padding: 1px 1px ; 
}