html,body{
    margin: 0;
    height: 100%;
    width: 100%;
        background-image: linear-gradient(-225deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
}
.main{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 0 50px;
}

.header{
    padding: 2rem 1rem;
    display: flex;
    justify-content: space-between;
    height: 100px;
    width: 100%;
    box-sizing: border-box;

}

.menu{
    display: flex;
    gap: 1rem;
}

.header a{
    color: white;
    text-decoration: none;
    width: 5rem;
    padding: 0 20px;
    align-items: center;
    font-size: 1.2rem;
    justify-content: center;
}

.header a button{
    background-color: black;
    color: white;
    border-radius: 15px;
}

.title{
    background-image: linear-gradient(270deg, #4f56ff, #ff4980);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    text-align: center;
    margin: 50px 0;
}

.email-warp{
    height: 80px;
    box-sizing: border-box;
    border-radius: 500px;
    text-align: center;
    align-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    max-width: 500px;
    box-shadow: 4px 4px 50px -20px #00000080;
    background-color: rgba(255, 255, 255, 0.4);
}

.email{
    background-color: white;
    height: 75%;
    width: 95%;
    border-radius: 100px;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
}
