*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

.countries{
    position: relative;
    z-index: 300;
    width: 300px;
    display: inline-block;
    transition: opacity 1s;
    font-size: 1rem;
    background-color: #e8e2e2;
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    margin: 20px
}

.countries img{
    width: 100%;
    height: auo;
}

.country__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #eee;
  border-top-left-radius: 0.7rem;
  border-top-right-radius: 0.7rem;
}

.country__data {
  padding: 2.5rem 3.75rem 3rem 3.75rem;
}

.country__name {
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
}

.country__region {
  font-size: 1rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  color: #888;
}

.country__row:not(:last-child) {
  margin-bottom: 1rem;
}

.country__row span {
  display: inline-block;
  margin-right: 2rem;
  font-size: 1.4rem;
}

.images {
  display: flex;
}

.images img {
  display: block;
  width: 80rem;
  margin: 4rem;
}

.images img.parallel {
  width: 40rem;
  margin: 2rem;
  border: 3rem solid white;
  box-shadow: 0 2rem 5rem 1rem rgba(0, 0, 0, 0.1);
}



/*# sourceMappingURL=main.css.map*/