body {
    float:center;
    height: 50%
}

.time {
    float: left;
    margin:auto;
    margin-right:10px;
}

#seconds {
    float: left;
    margin: auto;
}

.stopwatch {
    text-align:center;
    float: center;
    display: block;
    font-family: "Dosis", sans-serif;
    font-size: 75px;
    padding: 40px;
    margin: auto;
    margin-top: 15%;
    margin-bottom: 20px;
    width: 30%;
    height: 100px;
    border: 1px solid aliceblue;
}

button {
    float: left;
    margin-left: 10px;
    font-family: "Dosis", sans-serif;
    padding: 5px;
    font-size: 15px;
    background-color: aliceblue;
    border: rgb(168, 187, 219) solid 1px;
    border-radius: 10px;
    width: 100px;
    height: 50px;
}
.buttons {
    display: block;
    float: center;
    margin-left: 39%;
    width: 100%;
}