/* Google font */
@import url('https://fonts.googleapis.com/css?family=Orbitron');

body {
  background-color: #121212;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 99%;
  margin: 0 auto;
}

h1 {
    font-family: 'Orbitron', sans-serif;
    color: #66ff99;
    font-size: 5vw;
    text-align: center;
    border-bottom: 5px white groove;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.tagTime {
    font-family: 'Orbitron', sans-serif;
    font-size: 11.5vw;
    display: inline-flex;
    text-align: left;
    width: 99%;
}

.clock {
  color: #66ff99;
}

.startTime {
  background-color: rgb(82, 82, 82);
  color: #66a1ff;
}

.button {
  text-decoration: none;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  cursor: grab;
  outline: none;
}

#horlogeSec{
  display: none;
}

.section2 {
  margin-top: 10px;
}