* {
    box-sizing: border-box;
}    

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 4px 4px 8px #474747;
    user-select: none;
}

main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 15px;
}

div {
  display: flex;
  justify-content: space-between;
}

#crypto--main {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#crypto--main > h3 {
  margin-left: 5px;
}

#crypto--stats > p {
  margin: 5px;
}

#time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#clock, #date {
  font-size: 150px;
  font-weight: 100;
  text-align: center;
  text-shadow: 0px 4px 8px rgba(0,0,0,0.4),
  0px 8px 13px rgba(0,0,0,0.1),
  0px 18px 23px rgba(0,0,0,0.1);
  margin: 0;
}

#date {
  font-size: 50px;
  /* padding-bottom: 250px; */
}

#weather--div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

#weather--div > img {
  height: 80px;
  width: auto;
}

#weather--div > h2 {
  font-size: 35px;
  font-weight: 100;
}

#weather--div > p {
  width: 50%;
  margin: -55px 0 0 10px;
}

#quote--div {
  display: flex;
  justify-content: center;
  /* max-width: 60ch; */
  padding: 200px 200px 0 200px;
}

#img-info {
  display: flex;
  justify-content:space-between;
  font-size: 14px;
}
