body{
  font-family:"Roboto", sans-serif;
  background-color: #0F1118;
}

img{
  width: 200px;
  height: 200px;
}
.viewbutton{
  border: none;
  border-radius: 10px;
  background-color: #334087;
  color: white;
  padding: 10%;
}

.center{
  align-self: center;
}