#time {
    font-family: monospace;
    font-size: 23px;
    border: 15px ridge red;
    display: inline-block;
    background-color: black;
    color: white;
    border-collapse: separate;
}

h1 {
    font-size: 30px;
    color: black;
    background-color: gold;
    border: 15px ridge white;
    display: inline-block;
    font-family: cursive;
}

#start {
    width: 200px;
    font-size: 25px;
    border: green 15px ridge;
    display: inline-block;
    font-family: fantasy;
}
#reset {
    width: 200px;
    font-size: 25px;
    border: blue 15px ridge;
    display: inline-block;
    font-family: fantasy;
}
#lap {
    width: 200px;
    font-family: fantasy;
    border: pink 15px ridge;
    font-size: 25px;
}

body {
    background-image: url("scaryf.jpg");
    background-position: center 150px;
    background-repeat: repeat-x repeat-y;
}
#lapp {
    color: white;
    border: 15px Chartreuse ridge;
    font-size: 20px;
    display: none;
}