@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

* {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

p {
  line-height: 1.2;
}

select, select option {
  cursor: pointer;
}

.bold {
  font-weight: 700;
}

.tile {
  cursor: pointer;
  padding: 8px;
  width: 95%;
  margin: auto;
  transition: 0.5s ease all;
  margin-top: 30px;
}

.tile:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.35) !important
}

.tile .bold {
  margin-bottom: 0px;
  margin-top: 3px;
}

.tile .small {
  margin-top: 3px;
  margin-bottom: 0px;
}

.tile img {
  width: 100%;
}

textarea {
  resize: none !important;
  width: 100%;
}

.tile textarea {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

.small {
  font-size: 14px;
  font-weight: 400;
  color: rgb(136,136,136);
}
