body {
    font-family: Arial, Helvetica, sans-serif;
    background: #e6bebe;
}


button {
    margin: 0.3rem;
}

input#alarm-time {
    margin-bottom: 0.6rem;
    font-size: 1.55rem;
    border-radius: 6px;
}

h1 {
    color: #FFF;
    font-size: 2rem;
    line-height: 1em;
    margin: 0;
    text-align: center;
    width: 100%;
    text-shadow: 0 1px 0 #dba1a1, 0 2px 0 #d89999, 0 3px 0 #d59292, 0 4px 0 #d28a8a, 0 5px 0 #cf8383, 0 6px 0 #cd7c7c, 0 7px 0 #ca7474, 0 8px 0 #c76d6d, 0 0 5px rgba(230, 139, 139, 0.05), 0 -1px 3px rgba(230, 139, 139, 0.2), 0 9px 9px rgba(230, 139, 139, 0.3), 0 12px 12px rgba(230, 139, 139, 0.3), 0 15px 15px rgba(230, 139, 139, 0.3);
}

#logo{
    width: 8rem;
}

footer {
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #10ac84;
    color: white;
    width: 100%;

}

footer a {
    color: white;
}

.wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  #main {
    flex: 1;
    flex-direction: column;
  /*   margin-top: 3vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }