 body{
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin: 0px;
  height: 100vh;
  background: #fff;
  padding: 0px;
  /* background-image: url("Man-vs-Machine-small.png");
  background-repeat: none; */
  /* background-size: contain; */

}
.button{
  color: #424242;
  border-radius:5;
}
.button:hover{
  border-radius:5;
  cursor: hand;
  font-weight: bold;
  background: #000;
  color: #fff;
  /* font-style: italic; */
}
.reah {
  font-size: 3.2rem;
}
.pic-container {
  object-fit: cover;
}
.image {
  height: 100%;
  width: 100%;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
}