@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  
  ::selection {
    background: #b08daa;
    color: #fff;
  }
  
  ::-moz-selection {
    background: #b08daa;
    color: #fff;
  }
  
.wrapper {
    min-height: 100vh;
    color: #000;
    font-size: 1rem;
    background-color: rgba(64, 42, 57, 0.2);
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  
  .container {
    background-color: #fff;
    padding: 1em;
    border-radius: 1em;
    max-width: 768px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-box-shadow: 0px 17px 34px -20px #b08daa;
            box-shadow: 0px 17px 34px -20px #b08daa;
  }
  
  .title {
    font-size: 3em;
    font-weight: 450;
  }
  
  .text {
    font-size: 16px;
    margin-bottom: 0.8em;
    color: #65696d;
  }
  
  .container {
    max-width: 450px;
    overflow: hidden;
    padding: 0;
  }
  
  .img {
    width: 100%;
    height: 22em;
    border-radius: 1em 1em 0 0;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .img__container {
    height: 200px;
    overflow: hidden;
    margin-bottom: 1.5em;
  }
  
  .title {
    margin-bottom: 0.7em;
  }
  
  .subtitle {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: -1em;
    margin-bottom: 0.3em;
    font-weight: 400;
    color: #65696d;
  }
  
  .content {
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 0 2em;
    margin-bottom: 1.8em;
  }
  
  .mail {
    padding: 0.5em 0 0.5em 1.5em;
    line-height: 3;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin-bottom: 1em;
    font-size: 16px;
  }

  
.mail:focus{
  border: 1px solid #b08daa;
}
  


  ::placeholder {
    color:  #65696d;;
  }
  
  .subscribe {
    color: #fff;
    font-size: 14.5px;
    font-weight: 450;
    background-color: #b08daa;
    padding: 0.9em 0;
    display: inline-block;
    border: none;
    width: 35%;
    margin-top: 0.6em;
    margin-bottom: 2.7em;
    transition: all .3s;
  }

  .subscribe:hover{
      background-color: #ff9be9;
      text-decoration: underline;
  }
  
  .text {
    font-size: 0.9rem;
    width: 90%;
    text-align: center;
  }
  