.view {
    width: 99%;
    margin: auto;
}

@media only screen and (min-device-width : 1024px) {
    .view {	
	width: 95vw;
	margin: 2em;
    }

}

.dead-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  /* border: solid 1px grey; */
}

.center-bottom {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.weight-300 {
    font-weight: 300 !important;
}
