* {
  box-sizing: border-box;
  padding: 0;
  border: 0;
}
body {
  background-color: #151515;
  font-family: Arial, Helvetica, sans-serif;
  color: #151515;
}
nav {
  width: 15%;
  padding-top: 25px;
  padding-left: 25px;
}
header .h {
  line-height: 1;
  height: auto;
  overflow: hidden;
  font-size: 5rem;
  letter-spacing: 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100 !important;
  margin-bottom: 4px;
}
header .title {
  color: #4d4d4d;
  font-size: larger;
  margin-top: 6px;
}
#countdown .days {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 20px solid rgb(253, 253, 37);
  background-color: transparent;
  color: white;
}
.days span {
  font-size: 22px;
  margin: 0;
  font-weight: bolder;
  line-height: 1;
  margin-bottom: 4px;
}
#countdown-container {
  color: white;
}
.icon {
  color: #4d4d4d;
  padding: 0 15px;
  font-size: 1.5em;
  transition: all linear 0.3s;
  margin-bottom: 0;
}
.icon:hover {
  color: blue;
  cursor: pointer;
}
.twitter {
  color: #4d4d4d;
  padding: 0 15px;
  font-size: 1.5em;
  transition: all linear 0.3s;
  margin-bottom: 0;
}
.twitter:hover {
  color: red !important;
  cursor: pointer;
}
section {
  margin-bottom: 50px;
}
.instagram {
  color: #4d4d4d;
  padding: 0 15px;
  font-size: 1.5em;
  transition: all linear 0.3s;
  margin-bottom: 0;
}
.instagram:hover {
  color: palevioletred !important;
  cursor: pointer;
}
@media (max-width: 780px) {
  header .h {
    font-size: 28px;
    font-weight: lighter;
    height: auto;
    overflow: hidden;
  }
  header .title {
    color: #4d4d4d;
    font-size: medium;
    margin-top: 10px;
  }
  nav {
    width: 40%;
    padding-top: 25px;
    padding-left: 25px;
  }
  footer {
    bottom: 10 !important;
  }
}
a {
  color: inherit; /* Inherits color from parent */
  text-decoration: none; /* Removes underline */
  font-weight: normal; /* Sets font weight to normal */
  background: none;
}
