.AddImage {
  width: 400px;
  height: 200px;
  border: 3px white solid;
  margin-left: 40px;
  font-size: 50px;
  font-family: Courier;
  text-align: center;
  vertical-align: middle;
  line-height: 200px; 
  color: white;
}

textarea {
  margin-left: 40px;
  margin-top: 10px;
  background: transparent;
  font-size: 15px;
  border: 1px white solid;
  color: white;
}

Button {
  display: inline-block;
  margin-left: 10px;
  outline: 0;
  border: 0;
  cursor: pointer;
  background: white;
  color: black;
  border-radius: 8px;
  padding: 14px 24px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: transform 200ms, background 200ms;
}

:hover{
  transform: translateY(-2px);
}
  
html {
  background-image: url('AddCarBackground.jpg');
}