body {
  font-family: "Arial", sans-serif;
  font-size: 11pt;
}

.paper
{
  font-size: 0.8em;
  font-style: italic;
  padding: 4px;
  background-color: beige;
  border-radius: 4px;
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background-color: #417500;
}

::selection {
  color: white;
  background-color: #417500;
}
a.link {
  display: inline-block;
  text-decoration: none;
  color: #2b4f00;
  transition: 0.2s;
  font-family: "Arial", serif;
  font-weight: bold;
}
.ico {
  vertical-align: middle;
}
a.link:hover {
  color: white;
  background-color: #417500;
}
#container {
  margin: 0px auto;
  max-width: 720px;
  padding: 8px;
}

.dp {
  /* width: 300px;
  height: 300px; */
  float: right;
  padding: 16px;
  border-radius: 25px;
  width: 256px;
  height: auto;
}

.social {
  color: black;
  display: inline-block;
  font-size: 11pt;

  padding: 5px;
  opacity: 0.78;
  border: 1px solid lightgrey;
  border-radius: 3px;
  transition: 0.2s;
}
.social:hover {
  opacity: 1;
}
.vec {
  float: right;
  z-index: 2;
}

#box1 {
  max-width: 720px;
  padding: 8px;
  border-bottom: solid 1px lightgrey;
}
.box1 {
  border-radius: 8px;
  max-width: 350px;
  padding: 4px;
  border: solid 1px lightgrey;
}
#nav {
  font-size: 14pt;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.nav {
  display: inline-block;
}
