@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background-color: #faf9f6;
}

a,
a:visited,
a:hover,
a:active {
  color: #0475cc;
}

button {
  background-color: #0475cc;
  color: white;
  border: 1px solid black;
  border-radius: 5px;
  padding: 2px 4px;
  cursor: pointer;
}

img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

#me-img {
  width: 150px;
  height: 200px;
  clip-path: circle();
  margin: 0;
}

@media (min-width: 600px) {
  body {
    max-width: 50%;
    margin: auto;
  }
}

pre {
  overflow-x: auto;
  max-width: 100%;
}
