/* Next & previous buttons */

.floating-right {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 20;
    width: auto;
    padding: 20px;
    top: 600px;
    margin-top: 50px;

    right: 20px;
    width: auto;
    padding: 20px;
   margin-right: 100px;

    color: #00f;
    font-weight: bold: italic;
    font-size: 30px;
    transition: background-color 0.6s ease;
    border-radius: 10px 3px 0;
}

.floating-left {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 20;
    width: auto;
    padding: 20px;
    top: 600px;
    margin-top: 50px;
    margin-left: 120px;
    color: #00f;
    font-weight: bold: italic;
    font-size: 30px;
    transition: background-color 0.6s ease;
    border-radius: 10px 3px 0;
}
.floating-left:hover {
    color: white;
    background-color: rgba(0,0,0,0.8);
}
  a:hover {
    outline-width: 0;
}
.text {
    color: #f2f2f2;
    font-size: 22px;
    padding: 5px 10px;
    position: absolute;
    top: 250px;
    width: 100%;
    font-style: italic;
    text-align: center;
}
.text:hover {
    color: white;
    background-color: rgba(0,0,0,0.8);
}
.mySlides {
  width: 80%;
  margin-left: 125px;
animation-name: fade;
animation-duration: 1.3
  }
.floating-right:hover {
    color: white;
    background-color: rgba(0,0,0,0.8);
}
  a:hover {
    outline-width: 0;
}
