* {
  padding: 0;
  margin: 0;
}

body {
  background-color: rgb(123, 180, 255);
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  gap: 10px;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 80px;
}

#top-section img {
  width: 20%;
}
.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: fit-content;
  overflow: hidden;
}

h2 {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}

.black-area {
  height: 900px;
  background-color: black;
  margin-top: -1050px;
}

#thrifty {
  height: 310px;
}

#boule-img {
  height: 310px;
}

.fullwidth-section {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

#rityta {
  width: 100%;
  height: 90%;
}

#oset {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.fullwidth-section :hover {
  opacity: 90%;
  cursor: pointer;
}

.logo {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.sections a {
  color: rgb(255, 255, 255);
}
.sections a.active {
  color: blue;
}

.sections a:hover {
  animation: bounce 0.2s;
}

#bounceButton {
  margin-bottom: 100px;

  margin-top: 100px;
}

#target {
  height: 100px;
}

h1 {
  margin-top: 200px;
  color: #4400ff;
  font-size: 3.8rem;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  text-align: center;
}

.bouncy-button {
  background-color: blue;
}

.bouncy-button:hover {
  background-color: #006eff;
}

#icons {
  width: 465px;
  display: flex;
  justify-self: center;
  margin-bottom: 100px;
}

.bar {
  background-color: rgb(255, 255, 255);
}

#target {
  justify-self: center;
  font-size: 22px;
  padding-top: 100px;
}

p {
  width: 500px;
  justify-self: center;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-top: 40px;
  margin-bottom: 40px;
}

.light p {
  color: #000000;
  margin-top: -40px;
  margin-bottom: 60px;
}

#boule-text {
  padding-top: 200px;
  height: 300px;
}

#boule-text h5 {
  color: #000000;
  font-size: 30px;
}

#boule-text p {
  margin-top: 20px;
}

.light {
  background-color: white;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}

footer {
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0), blue);
  margin-top: 200px;
}

footer p {
  color: white;
}

@media (max-width: 1365px) {
  #boule {
    margin-top: 50px;
    width: 400px;
  }

  #boule-text {
    padding-top: 100px;
    height: 300px;
  }
}

@media (max-width: 1125px) {
  #boule {
    margin-top: 50px;
    width: 400px;
  }

  #boule-text {
    padding-top: 100px;
    height: 300px;
  }

  #boule-text h5 {
    color: #000000;
    font-size: 20px;
  }

  #boule-text p {
    width: 300px;
  }

  p {
    font-size: 18px;
  }
}

@media (max-width: 815px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 595px) {

  p {
    width: 200px;
    font-size: 14px;
  }

  h1 {
    font-size: 1.5rem;
  }
}
