* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Calibri, sans-serif;
  font-family: "Roboto Condensed", sans-serif;
  background-color: rgb(8, 46, 103);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  position: relative;
}

h1 {
  background-color: rgb(81, 22, 200);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 40px;
}

#caleandar {
  margin: 20px;
  font-weight: 600;
  color: rgb(13, 62, 136);
  background-color: white;
  padding: 25px;
  padding-bottom: 10px;
  border-radius: 20px;
}
