body{
    background-color: slateblue;
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

h1{
    color:white;
    font-size: 50px;
    padding-right: 30px;
    
}

.time{
    width:300px;
    height:100px;
    background-color: orange;
    font-size:40px;
    text-align: center;
    padding-top: 40px;
    border: none;
    border-radius: 60px;
}