body {
	margin: 50px;
 	background-image: url(../images/yellow.jpg);
}

h1{
	margin-top: 40px;
	margin-bottom: 60px;
  color:black;
}
h3 { 
font-family:'Source Sans Pro', sans-serif;
font-size: 100%;
color:black;
}

header{
  text-transform: uppercase;
  text-align: center;
 }
form {
	color: skyblue;
	margin-bottom: 30px;
}

strong{color: skyblue;

}
.is-full-width{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    justify-content: space-between;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.25s ease-in-out, box-shadow 0.15s ease-in-out;
}
.textarea{
	width: 100%;
	border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.30rem;

}

    