body{
    
   background-image: url(euphoria2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 1800px;
    background-attachment: fixed;
    background-size: cover;
    color: black;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}
h1{
    background: linear-gradient(DarkSlateBlue,Purple,Orchid,Purple,DarkSlateBlue);
    color: white;
}
label{
    color: white;
    width: 300px;
    height: 150px;
    border: 0px solid black;
    background: linear-gradient(DarkSlateBlue,Purple,Orchid,Purple,DarkSlateBlue);
    border-radius: 5px;
    margin-bottom: 30px;
}


button{
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin: 20px;
    width: 200px;
    background: linear-gradient(black,purple,blue);
    border-radius: 5px;
}

