/* Universal Selector */
* {
  margin:0;
  padding:0;  
}

/* Element Selectors */
body {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: rgb(201,93,10);
  background: linear-gradient(0deg, rgba(201,93,10,1) 0%, rgba(35,50,75,1) 100%);
  color: #08ffe2;
}

ul{
  margin-bottom: 22px;
  margin-top: 14px;
}

h1,
h2 {
  margin: 20px;
}

h1 {
  font-size: 44px;
}

main {
  padding: 60px 0;
}

li {
  display: inline;
  padding: 0px 20px;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #1ce5ff;
  font-size: large;
  font-weight: bold;
}

header,
footer {
  width: 100%;
  line-height: 60px;
  background: rgb(38,5,121);
  background: linear-gradient(0deg, rgba(38,5,121,1) 0%, rgb(123, 159, 222) 100%);
}

header {
  height: 99px;
  position: fixed;
  border-bottom: 6px solid #00ff99;
}

footer {
  height: 88px;
  position: absolute;
  margin-top: 0;
  bottom: 0;
  border-bottom: 6px solid #00ff99;
  color: #FDF8F5;    
}

figure {
  margin-top: 44px;
}

img {
  display: block;
  margin: 0px auto;
}

section {
  margin-bottom: 0;
  padding: 20px 10px 40px 10px;
  border-top: 6px solid #00ff99;
  border-bottom: 6px solid #00ff99;
  background-color:  #080851;
}

form {
  /*Centertheformonthepage*/margin: 0 auto;
  width: 566px;
  padding: 10px;
  border: 2px solid #5a3296;
  border-radius: 11px;
  background-color: #1a054b;
  margin-bottom: 22px;
}

label {
  display: inline-block;
  width: 100px;
}
  
input, 
textarea {
  box-sizing: border-box;
  border-radius: 5px;
  width: 300px;
  height: 33px;
  border: 2.5px solid #eea734;
  background-color: #423442;
  margin-bottom: 11px;
  margin-top: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


textarea {
  vertical-align: top;
  height: 60px;
}
  
button {
  height: 40px;
  width: 120px;
  background-color: #822207;
  color: #baf350;
  font-weight: bold;
  font-size: x-large;
  border: 2.5px solid #ff8d8d;
  border-radius: 44px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
}

figcaption {
  padding-left: 444px;
  padding-right: 444px;
  margin-top: 22px;
  margin-bottom: 55px;
  font-size: 18px;
}

#contact {
  margin-bottom: 32px
}

#name {
  margin-left: 14px;
}

#email {
  margin-left: 14px;
}
 
/* Class Selectors */
.text-center1 {
  text-align: center;
  padding-top: 66px;
}

.text-center2 {
  text-align: center;
  margin-top: 12px;
}

.text-center3 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 18px;
}

.text-center4 {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #c5e3e5;
  font-size: large;
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-right1 {
  text-align: right;
}

.text-right2 {
  text-align: right;
}
