*{
    padding: 0px;
    margin: 0px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
body{
    background-image: url("stopwatch.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}
h1{
    text-align: center;
    font-size: 50px;
    color: white;
}
.timerdisplay{
    font-size: 80px;
    font-weight: 700;
    background-color: black;
    color: white;
    border-radius: 12px;
    padding: 10px 20px;
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 100px 100px;
    
}

.buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn{
    padding: 10px 20px;
    border-radius: 4px;
    margin: 10px;
    font-size: 20px;
    font-weight: 700;
}
