  * {
  box-sizing: border-box;
}

  .pill-nav a {
  position: relative;
  display: inline-block;
  margin: 1rem 1rem 1rem 0;
  float: right;
  box-shadow: 1px 1px 2px #e60445, 7px 7px 25px 1px #1d2a6e;
  color: white;
  text-align: center;
  padding: .4em .7em ;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 50px;
}

.pill-nav a:hover {
  background-color: #e40f37;
  color: white;
}

.pill-nav a.active {
  background-color: #1d2a6e;
  color: #07d5f5;
}



a {
text-decoration: none;
color: white}



body {
  position: flex;
  justify-content: center;
  align-items:center;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  background-color: #07bdf5; /* For browsers that do not support gradients */
  background-image: linear-gradient(to top, #1d2a6e 0%, #2f7bbd 25%, #079ef5 50%, #07d5f5 100%);
  min-height: 100vh;
  background-repeat: no-repeat;
  color: white;  
  }
.headline1 {
font-size: 5em; 
font-weight: 700; 
text-align: center; 
color:#fdd878; 
clear: right;
}

.drop-shadow {
  filter: drop-shadow(7px 7px 7px #1d2a6e);
 -webkit-filter: drop-shadow(7px 7px 7px #1d2a6e);
} 




.container{
  font-family: 'Montserrat', sans-serif;
  color: #9c9a9a;
  clear: both;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vw 4vw;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px 15px 15px 10px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  background-color:#fdd878;
}
form input, form textarea{
    border: 0;
    width: 100%;
    margin: .1rem 0;
    padding: .4rem;
    outline: none;
    background: #fdf8f8;
    font-size: 1rem;
    color: #9b9696;
    
}

form button {
  display: block;

    justify-content: center;
    align-items: center;
    padding: .5rem;
    background: #e40f37;
    color: #fff;
    font-size: 1.2rem;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 10rem;
    margin: auto;
    border-radius: 50%;
    
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 
  rgba(0,0,0,0.19);
}

    








