
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: cursive;
}
p{
    color: rgba(126, 141, 153, 0.575);
}
h1{
position: relative;
top: 180px;
    font-size: 50px;
    font-style: oblique;
    color: aliceblue;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body{
    border: 2px solid white;
    margin: 10px;
    border-radius: 10px;
background-image: url(cool-background-ppt.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#clock{
 background-color:rgb(56, 56, 58) ;
color: aliceblue;
font-size: 22px;
font-weight: 900;
margin-top: 300px;
width: 250px;

padding: 50px;


   
}
 img{
position: relative;
bottom: 240px;
left: 10px;
    width: 340px;

}