body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #EEE;
}

p {
  text-align: center;
}

p::selection {
  color: red;
}

header {
  font-family: 'Roboto Slab', serif;
  background-color: #254B9F;
  color: white;
  padding: 20px 200px;
  box-sizing: border-box;
}

section {
  padding: 50px 200px;
}

article {
  padding: 10px 200px;
  margin-bottom: 30px;
}

span {
  display: block;
}

footer {
  clear: both;
  background-color: #353535;
  color: #EEE;
  padding-top: 30px;
}

.header-p {
  color: white;
}

.tim-pic {
  width: 800px;
  display: block;
}

#author {
  text-align: right;
  font-style: bold;
  font-size: 18px;
}

#tim {
  font-size: 14px;
  margin-top: 10px;
  clear: both;
  text-align: center;
}

.contact {
  width: 300px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-base {
  background-color: #131313;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-base span {
  text-align: center;
}

.footer-base a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin-top: 10px;
  color: #FECA2F;
}

.footer .container {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.form {
  display: flex;
  width: 400px;
  color: white;
}

.col1, .col2 {
  display: flex;
  flex-direction: column;
}

.col1 {
  margin-right: 15px;
}
.col2 {
  align-items: flex-start;
}

.col2 .button {
  margin-top: 15px;
  width: 200px;
  border-radius: 12px;
  border: none;
  color: white;
  padding: 7px 15px;
  cursor: pointer;
  font-size: 18px;
  background: linear-gradient(to left, #fe344e, #ff7250);
}

.sex {
  margin-top: 10px;
}

#name {
  margin-bottom: 1em;
}



/*second page styles*/



