* {
  box-sizing: border-box;
}



input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

ul{
  float: right;
  margin-right: 10px;
  list-style: none;
  padding-top: 40px;
 }
 
 ul li{
  display: inline-block;
    
}

 ul li a{
  color: #000;
  text-decoration: none;
  padding: 5px 60px;
  transition: 0.6s ease;

  
 }

 ul li a:hover{
  background-color: #000;
  color: #fff;
 }

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}


.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;

}


.row:after {
  content: "";
  display: table;
  clear: both;
}


@media (max-width: 968px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }

  nav ul{
  position: absolute;
  float: right;
  margin-right: 10px;
  list-style: none;
  padding-top: 40px;
  display: none;
 }
 


}
