
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background: #0D0D0D;
    color: #C7CFD9;
  width: 88%;
  max-width: 900px;
  margin: 1% auto;
  font-size: 18px;
  line-height: 1.42em;
  font-family: serif;
}


h1 {
  font-size: 1.65em;
  /* margin: 0; */
  /* margin: .67em 0; */
  line-height: 1.15em;
}

h2, h3 {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0.3em;
}

h1, h2, h3 {
	/* color: #ffc969; */
    color: #b82637;
    /* color: #6CA6D9; */
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	line-height: 1.0;
	padding-top: 0.5em;
	/* border-bottom: 1px solid #aaaaaa; */
}


a {
  /* text-decoration: 1px underline; */
  text-decoration: 1px;
  /* color: #FA388E; */
 /* color: #ff69b4; */
 /* color: #b82637; */
 color: #6CA6D9;
}

a:hover {
    text-decoration: 3px dotted underline !important;
    /* color: #FA388E; */
    color: #b82637;
}

.menu {
    padding-left: 0px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--faded);
}
.menu li {
    display: inline-block;
}

.menu a {
  text-decoration: none;
  background: none;
  padding-left: 5%;
  padding: 10px;
}


.profile-picture {
  /* width: 200px; */
  width: 70%;
}

.profile-picture-container {
  text-align: center;
}

@media only screen and (min-width: 700px) {
  .profile-picture {
    /* width: 80%; */
    float: right;
    width: 220px;
    padding-left: 24px;
  }
}


td.detail{
width:70%;
text-align: left;
}
