

.solution{
    border:dotted ;
    border-radius: 5px;
    text-align: center;
    background-color: rgb(156, 222, 255);
}
body{
    text-align: center;
    background-color: rgb(244, 227, 135);
    color: rgb(117, 78, 20);
}
.homePage{
    list-style-position: inside;
}
nav a{
    background-color:black;
    color: white;
    border: 8px solid black;
    text-decoration: none;
}
nav{
    text-align: left;
    background-color: black;
    box-sizing: border-box;
    overflow:hidden;
}
.problems{
    list-style-position: inside;
}
nav a:hover{
    background-color: rgb(53, 223, 90);
    color:white;
}
#container{
    border:solid;
}

.squish{
    max-width: 50%;
    margin: auto;
}
.together{
    max-width: 50%;
    margin: auto;
}

#image{
    text-align: right;
}
* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  justify-content: space-between;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

body {
  cursor: url('/Normal\ Select.cur'), default;
}

.dark{
border: 3px solid;
max-width: 50%;
margin: auto;
padding: 10px;
background-color: rgb(219, 194, 167,0.915);
border-radius: 50px;
}
.ac{
    border: 3px solid;
    max-width: 50%;
    margin: auto;
    padding: 10px;
    background-color: rgba(219, 194, 167, 0.915);
    border-radius: 50px;
}
.pencil{
    border: 3px solid;
    border-radius: 50px;
    border-color: rgb(237, 177, 135);
    background-color: rgba(246, 178, 173, 0.915);
    max-width: 50%;
    margin: auto;
    padding: 10px;
}
.water{
    border: 3px solid;
    background-color: rgb(219, 194, 167, 0.915);
    border-radius: 50px;
    margin: auto;
    max-width: 50%;
    padding: 10px;
}
.table{
    border: 3px solid;
    background-color: wheat;
    border-radius: 50px;
    margin: auto;
    max-width: 50%;
    padding: 10px;
} 
.plants{
    border: 3px solid;
    background-color: lightsalmon;
    border-radius: 50px;
    margin: auto;
    max-width: 50%;
    padding: 10px;
}

 .rights img{
                width: 50px;
                animation: powerRise 5s linear infinite;
            }

            .rights{
                width: 100%;
                display: flex;
                justify-content: space-around;
                align-items: center;
                position: absolute;
                bottom: 0;
            }

            @keyframes powerRise {
                0% {
                    transform: translateY(0);
                    opacity: 1;
                }
                100% {
                    transform: translateY(-100vh);
                    opacity: 0;
                }
            }
            .rights img:nth-child(1) {
                animation-delay: 2s;
            }
            .rights img:nth-child(2) {
                animation-delay: 4s;
            }
            .rights img:nth-child(3) {
                animation-delay: 1s;
            }
            .rights img:nth-child(4) {
                animation-delay: 5s;
            }
            .rights img:nth-child(5) {
                animation-delay: 3s;
            }
            .rights img:nth-child(6) {
                animation-delay: 4s;
            }
            .rights img:nth-child(7) {
                animation-delay: 1s;
            }
