.larry {
  display: flex;
  justify-content : center;
  align-items: top;
  min-height: 100vh;
  margin: 0;   
  color: #13447D;
}
body {
    background-color: #1C1E1F;
}
.larryimg {
  height: 440px;
  width: 415px;
  display: flex;
  justify-content: center;
  margin: 0;
}
.topbar {
  width: 100%;
  height: 60px;
  background-color: black;
  display: block;
}
.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  justify-content: center;

}