body {text-align: center;}
body {background: linear-gradient(rgb(14 ,65 ,120 ), white)}
body {background-repeat: repeat-x;}
button {
    background-color: rgb(14, 65, 120);
    border: none ;
    color: white;
    padding: 50px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 8px;
    cursor: pointer;
}
style {<style type="text-decoration:none">}

h1 {color: white;}
h2 {color: rgb(14,65,120 )}
p {color: rgb(14,65,120 )}
p {font-family: cursive;}
