@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates');

body {
  background: url('back.jpeg');
  background-size: cover;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1e2529f0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: serif;
}

.container {
  flex-basis: 600px;
  min-width: 350px;
  color: #B5895B;
  position: relative;
  padding: 10px;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 0;

  border-bottom: solid 2px #B5895B;
}

.title {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 38px;
  font-weight: bold;
  float: left;
  padding-top: 2px;
}

.text {
  float: left;
  padding: 10px 20px;
}

.links {
  padding: 15px 0;
}

a, button {
  font-family: 'Montserrat Alternates', sans-serif;
  cursor: pointer;
  color: #B5895B;
  text-decoration: none;
  padding: 5px;
  background: none;
  border: none;
  font-size: 16px;
  outline: none;
}

a:hover, button:hover {
  background: #262e33;
}

form {
  float: right;
  display: inline-block;
}

input {
  color: #B5895B;
  border: none;
  background: #262e33;
  outline: none;
  padding: 5px 10px;
  font-size: 16px;
  font-family: serif;
}

input::placeholder {
  color: #4d5254;
}
