* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url(images/original-11794da09cf2fda821918b0be52877cf.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section1 {
    width: 420px;
    background-color: #c76ca5;
    color: white;
    padding: 30px 40px;
    border: 2px solid #c76ca5;

}

.section1 h1 {
    font-size: 36px;
    text-align: center;
}


.box input {
    width: 100%;
    height: 100%;
    background-color: #ea7ca1;
    border-radius: 40px;
    outline: none;
    padding: 20px 45px 20px 20px;
    border: none;
    margin: 10px 0;

}

.section1 .btn {
    width: 100%;
    height: 100%;
    padding: 20px 45px 20px 20px;
    background-color: #ea7ca1;
    border: none;
    border-radius: 40px;
    outline: none;
    margin: 20px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: white;

}
.btn a{
    text-decoration: none;
    color: white;
}

