html {
    background-color: #00032e;
    border: 60px solid aqua;
    border-top: 0px;
    font-family: "Roboto", sans-serif;
}

body {
    color: white; text-align: center;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

#p1 {
    font-size: 16px; 
    margin: 8% 20% 5% 20%;
    
}

#p2 {
    font-size: 16px; 
    margin: 0% 20% 8% 20%;
    
}
#CTA_heading {
    font-size: 30px;
}

input {
    width: 400px;
    height: 30px;
    font-size: 16px;
}

label {
    font-size: 16px;
}

#submit_button {
    width: 120px; 
    height: 60px;
    font-size: 18px;
    background-color: orange;
    border-radius: 20px;
    margin: 2%;
}