body, html{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.flex{
    width: 100%;
    display: flex;
    justify-content: center;
}

h2{
font-size: 24px;
font-family: 'Poppins', sans-serif;
font-weight: bold;
margin:0 0 6px 0;
}

.inputformm{
  padding: 12px;
  border: solid 1px rgb(61, 61, 61);
  border-radius: 4px;
  margin-bottom: 8px;
  width: 164px;
}

.neomst{
  width: 300px;
}

.closeee2{
background-color: #D60D63;
transition: 0.2s;
color: white;
padding: 12px 36px;
max-width: 180px;
border: none;
border-radius: 200px;
}

.closeee2:hover{
background-color: #891748;
transition: 0.2s;
}









@media only screen and (max-width: 600px) {
h2{
font-size: 42px;
font-family: 'Poppins', sans-serif;
font-weight: bold;
margin:0 0 6px 0;
}

.inputformm{
  padding: 12px;
  border: solid 1px rgb(61, 61, 61);
  border-radius: 4px;
  margin-bottom: 8px;
  width: 100%;
}

.neomst{
  width: 90%;
}

.closeee2{
background-color: #D60D63;
transition: 0.2s;
color: white;
padding: 32px 56px;
max-width: 90%;
border: none;
border-radius: 200px;
}

.closeee2:hover{
background-color: #891748;
transition: 0.2s;
}
}
