@font-face {
  font-family: LightCondensed;
  src: url("../fonts/FuturaStdLightCondensed.otf") format("opentype");
}

@font-face {
  font-family: FuturaMed;
  src: url("../fonts/FuturaMed.ttf") format("truetype");
}

@font-face {
  font-family: FuturaStdBook;
  src: url("../fonts/FuturaStdBook.otf") format("opentype");
}

.container {
  display: flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: relative;
}

.imageWrapper {
  width: 100%;
  align-items: center;
  flex-shrink: 0;
  padding-top: 100px;
}

.image {
  margin-left: auto;
  margin-right: auto;
  order: 0;
  width: 537px;
  height: 141px;
  display: flex;
  background: url("../images/logo.png");
  opacity: 1;
  z-index: 1;
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flexbox;
}

.textMain {
  padding-top: 180px;
  text-align: center;
}

.textA {
  font-size: 36px;
  font-family: 'FuturaStdBook', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 52px;
  word-wrap: break-word;
}

.textB {
  font-size: 32px;
  font-family: 'FuturaMed', sans-serif;
  font-weight: 500;
  line-height: 52px;
  word-wrap: break-word;
}

.textC {
  padding-top: 80px;
  text-align: center;
  font-size: 28px;
  font-family: 'LightCondensed', sans-serif;
  font-weight: 300;
  line-height: 52px;
  letter-spacing: 0.84px;
  word-wrap: break-word;
}

.buttonClass {
  padding-top: 30px;
  width: 100%;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.buttonClass:hover {
  padding-top: 28px;
}

.buttonClass .mailButton {
  padding: 13px 32px 13px 32px;
  font-size: 16px;
  border-radius: 40px;
  font-family: 'Futura Std', sans-serif; 
  font-weight: 400; 
  letter-spacing: 0.48px; 
  word-wrap: break-word;
  text-align: center;
  color: white;
  background-color: black;
  width: 226px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.buttonClass .mailButton:hover{
  padding: 12px 34px 12px 34px;
  cursor: pointer;
}
