/* BEGIN Imported Fonts */
@import url('https://fonts.cdnfonts.com/css/louis-george-cafe');
@import url('https://fonts.cdnfonts.com/css/lemonmilk');
/* END Imported Fonts */

body {
    max-width: 850px;
    margin: auto;
    background-color: rgb(15, 15, 15);
    color: white;
    padding: 15px;
    text-align: center;
    font-family: 'Louis George Café Light', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: white;
    font-family: 'Lemon/Milk', sans-serif;
}

/* BEGIN Navbar Styling */
.navbar {
    width: 100%;
    background-color: #1A5632;
    display: block;
    margin: auto;    
}

/* BEGIN Button Styling */
.button {
    padding: 12px 32px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #1A5632;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #10311d;
    font-family: 'Louis George Café', sans-serif;
    margin: 1rem 1rem 2rem;
    text-transform: uppercase;
    font-weight: 900;
}
.button:hover {
    background-color: #3e8e41;
    box-shadow: 0 9px #1f643b;
    font-family: 'Louis George Café', sans-serif;
}
.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #10311d;
  transform: translateY(4px);
}
/* END Button Styling */    

/* BEGIN Form Styling */
form{
    background-color: #ffffff11;
    max-width: 700px;
    margin: auto;
    border: solid;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 5);
    padding: 15px;
    font-family: 'Louis George Café Light', sans-serif;
}
.options {
    max-width: 500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 900;
}
.options input[type=radio] {
    border: 0px;
    width: 2em;
    height: 2em;
}
.question p {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 10px;
}
.question {
    border-bottom: 2px solid white;
    padding: 1rem 1rem 2.5rem;
}
/* END Form Styling */

.footer1{
    margin: 20px;
    display: block;
    text-align: center;
}
/* Styling for phone number */
#phone{
    color: yellow;
    
}
.agreedisagree {
    min-width: 75px;
}