body{
    background-color: rgb(3, 159, 146);
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.time_display{
    display: flex;
    flex-direction: row;
    font-size:80px;
    color: white;

}
.main_button{
    width: 150px;
    height: 150px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.194);
    font-weight: bolder;
    border-radius: 99px;
    background-color: rgba(255, 255, 255, 0.131);
    box-shadow:  red;

}

