:root {
  --white: white;
  --black: black;
}

.contactform {
  width: auto;
  height: auto;
  max-height: 500px;
  max-width: 500px;
  min-height: 400px;
  min-width: 500px;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 25px;
  box-shadow: 0 0 10px 10px rgba(7, 7, 7, .4);
}

.body {
  background-color: #2b2727;
}

.text-block {
  text-align: center;
}

.submit-button {
  width: 450px;
  height: 38px;
  background-image: linear-gradient(to top, #b86a3d, #e4a934);
  border-radius: 10px;
  margin-top: 20px;
  transition: opacity .2s;
}

.submit-button:hover {
  background-color: #e09d56;
  background-image: none;
}

.submit-button:active {
  background-color: #ac6e2d;
}

.submit-button:focus {
  border: 2px solid #fff;
}

.contactfield {
  color: #080808;
  border-radius: 10px;
}

.contactmessage {
  border-radius: 10px;
}

.contactlabel {
  color: #3a3838;
}

.contactcontainer {
  margin-right: 0;
}

.body-2 {
  background-image: url('../images/AdobeStock_680662699_2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section {
  position: relative;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
