* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: Inter;
}

a {
  font-size: 15px;
  color: #918E9B;
}

h1 {
  font-size: 27px;
}

p {
  font-size: 15px;
}

section {
  margin-left: 20px;
}

.container {
  display: flex;
  flex-direction: column;
  background-color: #f0c8c8;
  width: 100%;
}

.header {
  display: flex;
  background-color: #F55A5A;
  align-items: center;
  justify-content: center;
}

.globe-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.title {
  color: white;
  font-size: medium;
}

.place-title {
  font-size: xx-large;
}

.location-container {
  display: flex;
  flex-direction: column;
}

.main {
  display: flex;
  flex-direction: row;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 30px;
}

.location-image {
  width: 170px;
  height: 250px;
  border-radius: 5px;
}

.url-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px;
}

.location-details {
  display: flex;
  flex-direction: column;
}

.location-pin {
  width: 12px;
  height: 15px;
  margin-right: 4px;
}

.country {
  margin-right: 12px;
  font-size: 15px;
  font-weight: normal;
}

.place {
  margin-top: 0px;
}

.dates {
  font-size: 15px;
  margin-top: 0px;
}

.descr {
  font-weight: normal;
  margin-top: 0px;
  margin-right: 300px;
  line-height: 1.5;
}