body {
  margin: 0;
  width: 100vw;
  height: 90vh;
  font-family: system-ui;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.links img:hover {
  opacity: 0.6;
  cursor: pointer;
}

.discord {
  height: 48px;
  width: 48px;
}

a {
  text-decoration: none;
  color: rgb(0,0,0);
  font-style: italic;
  font-weight: 600;
}

a:hover {
  opacity: 0.6;
}

.me {
  display: grid;
  grid-gap: 15px;
  justify-items: center;
}

.myself {
  border-radius: 50px;
}

.text {
  width: 320px;
}

.name {
  font-size: 30px;
}

.something-smart {
  font-size: 15px;
  font-weight: 400;
}

p {
  text-align: center;
  margin: 2px 0;
}

.contact {
  display: grid;
}

.download-cv {
  margin-bottom: 10px;
}
