

body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #000;
  position: relative;
  height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1 {
  color: #fff;
  font-size: 100px;
  display: block;
  margin: 0;
  padding: 0;
}

.tides-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.direction {
  width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.direction img {
  width: 10px;
}
.time {
  margin-top: 3px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.tide-status {
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
  font-size: 25px;
}
.now {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}