*{
  margin: 0;
  padding:0;
}

.clearfix:before{
  content: "";
  display: table;
  clear:both;
}

body{
  background: linear-gradient(to left, #fda085, #f6d365 )
}

header {
  position: relative;
  background-color: #ff7939;
  border-bottom: 1px solid black;
}

.wrapper:after{
  content: "";
  clear:both;
  display: table;
}

#logo {
  width: 100px;
  float: left;
}
.wrapper{

  width: 1200px;
  margin: 0 auto 0 auto;
}

nav {
  float: right;
  width: 700px;
  height: 100px;
  margin-right: 150px;
}
nav ul{
  list-style: none;
}
nav li{
  display: inline-block;
  font-size: 24px;
  margin-right: 30px;

}

nav li a{
  color: white;
  text-decoration: none;
  line-height: 100px;
  vertical-align: center;
  padding: 20px 10px;
  border-radius: 5px;
  font-style: normal;
}
nav li a:hover {
  color: lightgray;
  background-color: black;

}
.headerUp{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
  font-style: italic;
}


.headerUp h1{
  font-style: italic;
  margin-bottom: 50px;
}
 .headerUp .writeArticle{
  text-decoration: none;
  color:white;
  font-style: normal;
  font-family: "Arial";
  background: black;
  font-weight: bold;
 padding: 10px 20px;
 border-radius: 5px;
 margin-bottom: 70px;
 }
 .headerUp:after{
  content: "";
  display: table;
  clear: both;
 }
 header .line{
  bottom: 105px;
  position: absolute;
  width: 100%;
  border-top: 1px solid black;
 }

main{
  padding-top: 5px;
}

 main .mainColumn{
  border:1px solid black;
 }

main .article{
  border: 1px solid black;
  width: 780px;
}



main .article .text{
  width: 500px;
  float: left;
  padding-top: 30px;
  padding-left: 20px;
}

main .article img{
  float: right;
}

main h3{
  font-size: 35px;
  font-family: sans-serif;
}