body,
html {
  width: 100%;
  font-family: lato,sans-serif;
}

body {
    font-family: lato,sans-serif;
    background: -webkit-linear-gradient(245deg, DeepSkyBlue, rgba(30, 12, 55, 0.4), LightPink);
    background: -o-linear-gradient(245deg, DeepSkyBlue, rgba(30, 12, 55, 0.4), LightPink);
    background: -moz-linear-gradient(245deg, DeepSkyBlue, rgba(30, 12, 55, 0.4), LightPink);
    background: linear-gradient(245deg, DeepSkyBlue, rgba(30, 12, 55, 0.4), LightPink);
}

#app {
    height: 100%;
    display: flex;
  justify-content: center;
  align-items: center;
}

section.section {
  flex-direction: column;
  align-items: center;
  background: transparent;
}

h3.is-3,
p.time {
  color: white;
  text-align: center;
}

h3.is-3:not(:last-child) {
  margin: 0;
  padding: 0;
}


.shadow {
  text-shadow: 0 0 15px rgba(100, 100, 100, 0.75);
}


.wrapper {
    width: 400px;
    margin: auto;
}

.content {
    background: #fff;
    width: 400px;
}

.date, .time {
    color: #fff;
    font-weight: 600;
    font-size: 4em;
    padding: 20px;
}

.date {
    border-bottom: 2px solid #eee;
    font-size: 4rem;
}


time {
    font-size: 4em;
    color: #fff;
  }
  
  .shadow {
    text-shadow: 0 0 15px rgba(100, 100, 100, 0.75);
  }

  .link-btn {
    border: 1px solid #fff;
    padding: 5px;
  }

  .link-btn a {
    text-decoration: none;
  }

  .link-btn a:hover {
    
    transition: 0.5s;
  }

  .center {
    padding: 1rem;
  }