body{
  /*background-image: url("Assets/background.png");*/
  width: 960px;
  margin: auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

input{
  padding: 10px 15px;
  border-radius: 5px;
  transition:.3s ease;
}

.middle{
  vertical-align: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  border-radius: 5px;
  background-color: lightblue;
  padding: 5px;
  text-decoration: none;
  color: black;
}

.image {
   width: 300px;
   height: 180px;
   border: solid 1px black;
   margin: 20px;
   margin-top: auto;
   margin-bottom: auto;
   margin-left: auto;
   margin-right: auto;
}
.image img {
   width: 100%;
   height: 100%;
}
