/** {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: transparent;
  color: #111;
  padding: 0;
  gap: 40px;
  height: 40%;
  margin: 0;
}*/

/*.left {
  flex: 1 1 500px;
  max-width: 600px;
}
*/
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding: 30px;
}

.nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.alert {
  color: #c82f00;
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 1px;
  padding-left: 30px;
  margin-top: 150px;
}

.headline {
  font-size: 50Px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #ffffff!important;
}

.description {
  font-size: 14px;
  color: #ffffff !important;
  margin-bottom: 20px;
  line-height: 1.6;
  padding-left: 30px;
}


/*:where([class^="ri-"])::before {
    content: "\f3c2";
  }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }


.slideshow {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.slide {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.slide:nth-child(1) { background-color: #1a73e8; }
.slide:nth-child(2) { background-color: #34a853; }
.slide:nth-child(3) { background-color: #fbbc05; }
.slide:nth-child(4) { background-color: #ea4335; }


*/