body{
    background-color: rgb(78, 112, 184);
}
.heading{
    top: 15%;
    left: 15%;
    position: fixed;
    width: 1000px;
    height: 500px;
    background-color:rgba(4, 4, 39, 0.959);
    margin: 3px; 
    box-shadow: 10px 10px 15px  rgba(12, 23, 83, 0.959);
    padding-top: 50px;   
}

 
.head{
    padding-top: 0;
    justify-content: space-evenly;
    align-items: center;
}

h1{
    font-size: 3rem;
    color: silver;
    font-weight: 1000;
    padding-bottom: 10px;   
    text-decoration: none;
    font-family: 'Pacifico', cursive;
}
a{
    text-decoration: none;
}


#stopwatch::after{
    content: " ";
    width: 38%;
    height: 4px;
    background-color: silver;
    border-radius: 3px;
    position: absolute;
    top: 120px;
    left: 35%;
    transform: translateX(-50%);
}

hr{
    color: white;
    height: 4px;
}

button{
    height: 50px;
    width: 200px;
    border: 0;
    outline: 0;
    border-radius: 10px;
    margin: 10px;
    margin-top: 40px;
    font-size: 1.8rem;
    padding: 2px 5px;
    position: relative;
    background-color: rgba(112, 152, 240, 0.856);   
    font-weight: 500; 
    text-shadow:1px 1px 2px grey ;     
}





button:hover{
   
    color: rgba(112, 152, 240, 0.856) !important;
    background: white;
    transition: all .2s ease-in-out;    
    transition: background-color 1s ease-in-out 0;
}



#reset{
    background: red;
}
#reset:hover{
    color: red !important;
    background: white;
    transition: all .2s ease-in-out;
    
}
.time{
    margin: 30px 0 0 0 ;
    color: white;
    align-content: center;
    
}
span{
    font-size: 60px;
    font-weight: 500;
   
}

