* {
    margin: 0;
    padding: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
}

Body {
    background-color: rgba(0, 0, 0, 0.884) ;
    color: rgb(255, 255, 255);
    text-align: center;
}

h2 {
     font-size: 50px;
     margin-bottom: 20px;
}

.block {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    

}


.stopwatch {
    margin:20px auto 0px auto ;
    background-color: rgb(22, 218, 185);
    color: black;
    width: 90%;
    max-width: 450px;
    padding:20px;
    border-radius: 10px;
    justify-content: space-around;
   }

.img {
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    width : 65px;
    margin: 20px;
}