*{
    padding: 0;
    margin: 0;
}
body{
    width:100% ;
    height: 100%;
    background-image: url(image/background.jpeg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container{
    padding: 1rem; ;
    max-width: 300px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    background-color: 0,0,0,0.6;
}
.time{
 
    padding: 1rem; 
    font-size: 2rem;
}
h1,p{
   padding-top: 150px;
    color:rgb(17, 17, 17);
}
button{
 padding:0.4rem 1rem; 
 margin: 0 0.7rem;
 border-radius: 10px;
 border: 1px solid white;
}
button:hover{
    background-color: black;
    color: aliceblue;
}