/*
* {
  box-sizing: border-box;
  background: rgb(0,100,0,0.1) !important;
}
*/

:root {
  font-family: Times New Roman,sans-serif;
}

body {
  width: 100vw;
  height: 100vh;
  margin: 0rem;
  background-color: rgb(45, 45, 45);
  overflow: hidden;
}

#image-track > .image {
  width: 60vmin;
  /*40*/
  height: 92vmin;
  /*56*/
  object-position: 100% center;
  object-fit: cover;
}

#image-track {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  user-select: none;
  gap: 4vmin;
  z-index: 2;
}

#menu-panel {
  background: rgb(45, 45, 45, 0.9);
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100vh;
  width: 40vmin;
  z-index: 3;
}

#menu {
  margin: 4vmin;
}

#name {
  display: flex;
  height: 12vmin;
}

h1 {
  font-size: 5vmin;
  font-family: Times New Roman,sans-serif;
  padding: 0px, 0px;
  margin-top: auto;
  margin-left: auto;
}

.name {
  color: rgb(245, 245, 245);
  padding: 0, 0;
}

.surname {
  color: rgb(185, 185, 185);
  padding: 0, 0;
  align-self: flex-end;
}

#buttons {
  height: 80vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button {
  border: none;
  font-size: 3vmin;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  color: white;
  margin-left: auto;
  font-family: sans-serif;
  transition-duration: 400ms;
  color: rgb(245, 245, 245);
}

#buttonCV {
  margin-top: auto;
}


.button:hover {
  /*background-color: white;
  color: black;*/
  text-decoration-line: underline;
}

.meta-link > span {
  color: rgb(30, 30, 30);
}

#e-mail-link {
  bottom: 60px;
}

/*#yt-link {
  bottom: 60px;
}*/

/*  icon colors */
#e-mail-link > i {
  color: #1482cf;
}

#yt-link > i {
  color: rgb(239, 83, 80);
}

#in-link > i {
  color: rgb(0, 119, 181);
}

.meta-link {
  align-items: center;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  bottom: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-flex;
  gap: 5px;
  left: 10px;
  padding: 10px 20px;
  position: fixed;
  text-decoration: none;
  transition: background-color 400ms, border-color 400ms;
  z-index: 10000;
}

.meta-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.meta-link > i,
.meta-link > span {
  height: 20px;
  line-height: 20px;
}

.meta-link > span {
  color: white;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
