body{
    background: #4aaaa5;
}

.wrapper{
    width: 300px;
    background: #fff;
    color: black;
    margin: 40px auto;
    border-radius: 6px;
    padding: 10px 30px;
    font-family: "Poppins", sans-serif;
}

h1{
    text-align: center;
}

h2{
    text-align: center;
}

input{
    display: block;
    width: 90%;
    padding: 10px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #4aaaa5;
}

button{
    width: 98%;
    border: none;
    outline: none;
    height: 40px;
    border-radius: 5px;
    background: #4aaaa5;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
}
p{
    display: block;
    text-align: center;
    border-radius: 6px;


}
p a{
    color: #4aaaa5;
    display:block;
    text-decoration:underline;
}



