body {
    background-image: linear-gradient(to bottom, #E3E5FF, #E3FFE9);
    background-size: 100vw 100vh;
}


h1 {
    font-size: 40pt;
    background-image: linear-gradient(to bottom, lightgreen, limegreen);
    margin-bottom: 30px;
    text-align: center;
}

button {
    background-color:limegreen;
    border-top-color: lightgreen;
    border-left-color: #00B811;
    border-right-color: #00760B;
    border-bottom-color: #003105;
    scale: 1.4;
    margin-left: 30px;
    position: relative;
    bottom: 30px;
}

p {
    background-image: linear-gradient(to right, green, blue);
    color: white;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 10px;
    position: relative;
    top: 20px;
    margin-top: -10px;
    text-align: center;
}

h6 {
    text-align: center;
    position: relative;
    top: 400px;
}

em {
    font-size: 8pt;
    position: relative;
    bottom: 20px;
    left: 30px;
}
    
    


    
     
    
