@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
/* body{
    background-image: url("v/T_6.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: center;
    align-items: center;

} */
body{
    background: #9A2EFE;
}

.text{
    margin: auto;
    margin-top: -1%;
    background: white;
    width: 75%;
    padding: 1px;
    text-align: center;
    color: black;

    }

h1{
    margin-top: 20px;
    font-family: 'Playfair Display', serif;
    color: #9A2EFE;
}
.p{
    position: absolute;
    margin-top: 15%;
    width: 350px;
    margin-left: 68%;
}
input{
    background-color: #AC58FA;
    border:1px solid #9A2EFE;
    border-radius:4px;
    box-shadow: 0px 2px 2px rgb(44, 41, 41);
    display:inline-block;
    cursor:pointer;
    font-family:Verdana;
    font-weight:bold;
    font-size:13px;
    padding:6px 15px;
    text-decoration:none;
    margin-top: 50px;
    position: flex;
    margin-left: 40px;

}

@media (max-width: 700px){
    .text{
        margin-top: 2%;
        width: 95%;
    }
}
