* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  font-family: sans-serif;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  font-family: sans-serif;
  color: #909090;
  font-size: 18px;
  line-height: 1;
  background-color: #151515;
  margin: 0;
  /* -ms-overflow-style: none; /* Internet Explorer 10+ */
  /* scrollbar-width: none; /*Firefox */
}

::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

img {
  border-radius: 50%;
  border: none;
  float: left;
}

.copyright {
  font-size: 12px;
  font-style: italic;
  padding: 6px 0;
  margin-bottom: 235px;
}

.copyright::before {
  content: "Copyright \00a9  2024 Roman Finkelnburg";
}

h2 {
  font-style: italic;
  margin-top: 12px;
  margin-bottom: 40px;
}

p {
  margin-bottom: 15px;
}

table {
  width: 995px;
  margin: 0;
}

td {
  vertical-align: top;
  text-align: left;
}

hr {
  margin: 0;
  width: 1000px;
  border-top: 2px;
  border-top-color: #909090;
  border-top-style: solid;
  margin-top: 5px;
}

.container {
  width: 1000px;
  height: fit-content;
  margin: 0 auto;
  padding: 0;
}

.bottom {
  padding-top: 238px;
  height: fit-content;
}

iframe {
  width: 100%;
  height: 235px;
  border: 0;
  position: fixed;
}

.head {
  position: relative;
  display: grid;
  height: 215px;
}

.head-right {
  width: 775px;
  /* display: inline-block; */
  padding: 0;
  text-align: right;
  position: absolute;
  right: 0;
}

.head-table {
  vertical-align: middle;
  text-align: center;
  width: 760px;
  padding: 0;
  padding-top: 10px;
  position: absolute;
  right: 0;
}

.nav {
  vertical-align: middle;
  text-align: center;
  width: 760px;
  height: fit-content;
  margin-bottom: 18px;
  position: absolute;
}

.head-line {
  position: absolute;
  /* display: grid; */
  /* margin-top: 15px; */
}

.avatar {
  margin: 0;
  width: 185px;
  height: 185px;
  padding: 5px;
  /* padding: 10px; */
  margin-top: 15px;
  margin-bottom: 20px;
  /* margin-left: 15px; */
  position: absolute;
}

.name {
  color: #afafaf;
  font-size: 30px;
  font-weight: bold;
  line-height: 0.3;
  text-transform: uppercase;
  width: 90%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 28px;
}

.title {
  line-height: 0.3;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  width: 90%;
  height: 100%;
}

.skills {
  font-size: 18px;
  width: 90%;
  height: 100%;
  margin-bottom: 6px;
}

.email {
  font-size: 18px;
  font-style: italic;
  width: 90%;
  height: 100%;
  margin-bottom: 6px;
}

.social {
  font-size: 18px;
  width: 90%;
  height: 100%;
  margin-bottom: 18px;
}

.selection {
  font-size: 18px;
  width: 90%;
  height: 100%;
}

.text {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.job-title {
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.job-address {
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.work-date {
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.work-title {
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.work-address {
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.edu-date {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.edu-degree {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.edu-text {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.contribution {
  font-size: 18px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

a:link {
  color: #3e7780;
  text-decoration: none;
}

a:visited {
  color: #3e7780;
  text-decoration: none;
}

a:hover {
  color: orangered;
  text-decoration: none;
}

a:active {
  color: orangered;
  text-decoration: none;
}
