* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

body {
  background-image: url("https://source.unsplash.com/1600x900/?landscape");
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  background-color: #000;
  width: 95%;
  max-width: 430px;
  opacity: 0.8;
  padding: 20px;
  border-radius: 25px;
}

input {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 24px;
  font-size: 20px;
  background-color: #7c7c7c2b;
  color: #fff;
  width: calc(100% - 100px);
}

button {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 50px;
  background-color: #7c7c7c2b;
  float: right;
  cursor: pointer;
}

button:hover {
  background-color: #7c7c7c6b;
}

.lupa {
  height: 20px;
}

.caixa-media {
  margin-top: 30px;
}

h2 {
  color: #fff;
  font-size: 28px;
}

p {
  color: #fff;
  margin-top: 30px;
}

.descricao {
  text-transform: capitalize;
  margin-top: 0;
  margin-left: 20px;
}

.caixa-menor {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
