* {
  margin: 0px;
  padding: 0px;
}
body{
    height: 100vh;
border: 2px solid;
display: flex;
justify-content: center;
align-items: center;
background: #10101E;}
.dateandtime{
    color: white;
    background: transparent;
   border: 5px solid skyblue;
   padding: 15px 10px;
   width: 700px;
   box-shadow: 0px 15px 100px 15px blue;
}
.date{
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
}
.time{
    font-size: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
}
#ampm{
    margin-bottom: 50px;
  font-size: 60px;
  margin-left: 20px;
    }

