body{
    font-family: 'Handlee', cursive;
    color: #41004D;
    margin: auto;
}

.img{
    border: #41004D;
    border-style: solid;
    border-width: 10px;
}

main{
    text-align: center; 
    padding-left: 5%;
    padding-right: 5%;
}

.form{
    border: #41004D;
    border-style: solid;
    border-width: 5px;
    background-color: lavender;
}

h1{
    font-weight: bold;
    text-align: center;
}

p{
    font-size: 20px;
}


.btn{
    background-color:#41004D;
    color:lavender;
}

.btn:hover{
    background-color: #9172ec;
    color: #7D187e;
    font-weight: Bold;


}

footer{
    text-align: center;
}


