body {
  background-color: #81d4fa;
  background-size: 100%;
  color: #000000;
  overflow: hidden; }

#title {
  text-align: center;
  font-size: 60px;
  font-family: "Comic Sans MS", monospace; }

#button1 {
  text-align: center;
  font-size: 40px;
  font-family: "Comic Sans MS", monospace; }

.documentation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  text-align: left;
  margin: 15px;
  color: #515151;
  font-family: "Comic Sans MS", monospace; }

.Lipa_inc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: fit-content;
  text-align: right;
  margin: 10px;
  background-color: #b2dcef;
  font-family: "Comic Sans MS", monospace; }

h2 {
  border: 4px double black;
  background: #fc3;
  padding: 10px; }

p {
  border: 4px double black;
  background: #fc3;
  padding: 10px; }

.garage {
  font-family: 'Comic Sans MS', monospace;
  color: rgba(93, 132, 174, 0.3);
  bottom: 0;
  left: 50%;
  display: flex;
  position: absolute;
  top: 98%;
  transform: translate(-50%, -50%);
  margin: 0; }

.contact_me_text {
  font-family: 'Comic Sans MS', monospace;
  position: absolute;
  bottom: 4em;
  left: 0;
  display: flex;
  margin: 10px; }

.contacts {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  margin: 10px; }

#timer_div {
  width: 100%;
  height: 100px;
  display: flex; }

#timer {
  text-align: center;
  font-size: 60px;
  display: inline-block;
  width: 100%;
  margin: auto;
  font-family: "Comic Sans MS", monospace; }

/*# sourceMappingURL=style.css.map */
