@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;700&display=swap');

*, html {
    font-family: 'Montserrat';
    background-color: rgb(220, 235, 186);
}

.main {
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -200px; 
  text-align: center !important;
  font-size: 14px;
  padding: 0 25px 0 25px;
}

.header{
    font-weight: 700;
    font-size: 14px;
    color: #39B65D;
}

h1{
  font-weight: 700;
  font-size: 20px;
  color: #39B65D;
}

.red {
  color: #e60f00;
}