* {
  margin: 0;
  padding: 0;
  font-family: Roboto, Arial, sans-serif;
}

body {
  background-color: black;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr;
  min-height: 100vh;
}

.content {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  color: white;
  min-height: 100%;
  margin: 0 auto;
}

.title {
  margin-top: 60px;
  color: yellow;
  font-size: 40px;
  margin-bottom: 30px;
}

.title_color_change {
  font-size: 40px;
}

.icon_title {
  margin-bottom: 40px;
}

.coding {
  margin-top: 100px;
  max-width: 100%;
  max-height: 100%;
}

.juggling {
  max-width: 200px;
  max-height: 50%;
  margin-bottom: 20px;
}

.footer {
  padding: 1rem;
  margin-top: 1000px;
}
