* {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 720px) {
  body {
    width: 100vw;
    height: 100vh;
    background-color: #ececec;
  }
}
.title {
  margin-top: 30px;
  text-align: center;
}

main {
  background-color: #fff;
  height: auto;
  width: 700px;
  margin: 10px auto;
  padding: 20px;
  border: 2px solid navy;
  filter: drop-shadow(10px 10px #ccc);
}

body {
  /* background-color: #ececec; */
  background-color: rgb(3, 4, 22);
  color: black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#page {
  border: 2px solid blue;
}

p {
  font-size: 10pt;
}
div {
  margin-bottom: 10px;
}

.dates {
  font-weight: bold;
  display: inline;
}
.workplace {
  float: right;
}

h1,
h2,
h3 {
  padding-bottom: 10px;
}

section {
  height: auto;
  width: 500px;
  border-top: 2px solid gray;
  background-color: white;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul {
  list-style-type: square;
}

ul li {
  font-size: 10pt;
  margin-left: 20px;
}

#links li:hover {
  background-color: lightgreen;
  cursor: pointer;
}
#links li:active {
  background-color: rgba(255, 0, 0, 0.5);
  cursor: pointer;
}

#jp_version {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#jp_version a {
  text-decoration: none;
}

#jp_version a:hover {
  cursor: pointer;
}

#icons a {
  text-decoration: none;
}

icons a:hover {
  background-color: lightgreen;
  cursor: pointer;
}
