* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background: #39c440;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100vh
  
}
.repo-card {
  padding-left: 10px;
  border-style: dashed;
  
}

h1 {
  display: flex;
  width: 100%;
  margin: auto;
  margin-top: 10%;
  justify-content: center;
  font-family:Verdana, Geneva, Tahoma, sans-serif
}

.chart {
  width: 50%;
  height:50%;
}

.profile {
  justify-content: center;

}

.photo {
  width: 100%
}