main{
    margin-top: 100px;
}



* {box-sizing: border-box;}

.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
  white-space: nowrap;
  transition: transform 1s;
}

.mySlides{
    display: inline-block;
    height: 100%;
    top: 0;
    left: 0;
    max-width: 600px;
}

.mySlides{
    height: 100%;
}

.prev, .next{
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: auto;
    margin-top: 70px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}   

.next{
    right: 0%;
    border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}

.text{
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: auto;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext{
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.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;
}

.fade{
animation-name: fade;
animation-duration: 1.5s;
}

@keyframes fade{
    from{opacity: 0.4;}
    to{opacity: 1;}
}
 h1{
    color: white;
    position: center;
    text-align: center;
    /* margin-left: 10 0px; */
    /* margin-top: auto;
    margin-right: auto; */
 }

 @media screen and (min-width: 60rem){
    h1{
        position: center;
        text-align: center;
        /* margin-left: 550px; */
        /* margin-top: auto; */
        /* margin-right: auto; */
     }
    }

    footer{
        color: white;
        padding-top: 200px;
        text-align: center;
    }
    

 





 